DashboardObjectDataSource Properties
An object data source that provides data for the dashboard.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 component name of the data source. |
Constructor | Specifies an object that enables an ObjectDataSource to access constructor parameters. Inherited from ObjectDataSource. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
DataId | Gets or sets the unique identifier of an Object data source. |
DataMember | Specifies the data member of an object data source. Inherited from ObjectDataSource. |
DataSchema | Gets or sets an XML/XSD file, containing the schema of a dashboard’s data source. |
DataSource | Specifies the object data source that can be a specific object instance or a type. Inherited from ObjectDataSource. |
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 to be applied to the data for filtering. |
Name | Gets or sets the data source name. |
Parameters | Provides access to the list of parameters that must be specified when binding an ObjectDataSource to a method. Inherited from ObjectDataSource. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
See Also