DataInspectorFormLoadEventArgs Properties
Provides data for the DashboardViewer.DataInspectorFormLoad and DashboardDesigner.DataInspectorFormLoad events.
Name | Description |
---|---|
Aggregated |
Provides access to the Grid control that displays aggregated data in the Data Inspector dialog. |
Allow |
Gets or sets whether end users can export aggregated data from the Data Inspector. |
Allow |
Gets or sets whether end users can export raw data from the Data Inspector. |
Dashboard |
Gets the name of the dashboard item whose data is displayed in the Data Inspector window. |
Raw |
Provides access to the Grid control that displays raw data in the Data Inspector dialog. |
See Also