Interface IProcessDataOnServerDataSourceItem

Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public interface IProcessDataOnServerDataSourceItem

Properties

ProcessDataOnServer

Configures if the "Process Data on Server" option is turned on for this item (table or view), defaults to true.

Declaration
bool ProcessDataOnServer { get; set; }
Property Value
Type Description
System.Boolean