Interface IProcessDataOnServerDataSourceItem
Interface for data source items that support server-side data processing.
When ProcessDataOnServer returns true, data is processed
on the Reveal server instead of in the client browser.
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).
Declaration
bool ProcessDataOnServer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |