EnabledDataApi Property (ReportDesignerConfiguration)
In This Topic
Gets or sets a value indicating whether the server API for the data source and data set editors is enabled.
Syntax
'Declaration
Public Property EnabledDataApi As Boolean
public bool EnabledDataApi {get; set;}
Property Value
A
System.Boolean indicating the enabled state of the data API.
See Also