Skip to main content
A newer version of this page is available. .

DashboardJsonDataSource Properties

A data source that retrieves data stored in JSON format.
Name Description
CalculatedFields Provides access to a data source’s calculated fields.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
ComponentName Gets or sets the name of the data source component.
ConnectionName Specifies the connection name that the JsonDataSource uses to get authentication or query parameters. Inherited from JsonDataSource.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Filter Gets or sets the logical expression used to filer data.
JsonSource Gets or sets an object that stores JSON data import settings. Inherited from JsonDataSource.
Name Gets or sets the data source name.
RootElement Gets or sets the name of the root element in the associated data source. Inherited from JsonDataSource.
Schema Gets or sets the JsonDataSource‘s data schema. Inherited from JsonDataSource.
Site Gets or sets the ISite of the Component. Inherited from Component.
See Also