Class RVSqlPDSDataSource
Inheritance
System.Object
RVSqlPDSDataSource
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public abstract class RVSqlPDSDataSource : RVSqlBasedDataSource
Constructors
RVSqlPDSDataSource()
Declaration
public RVSqlPDSDataSource()
Properties
ProcessDataOnServerDefaultValue
Sets the default value for "Process Data on Server" option for this data source, the
end user can still change the value, unless ProcessDataOnServerReadOnly is true
.
Declaration
public bool ProcessDataOnServerDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessDataOnServerReadOnly
When set to true
the user will not be allowed to change the value for "Process Data on Server" option
and the default value will be used.
Declaration
public bool ProcessDataOnServerReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |