Click or drag to resize
DashboardLoaderLoadSourceData Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the source data for queries should be loaded.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardLoaderLoadSourceDataTypeEnum LoadSourceData { get; set; }

Property Value

Type: DashboardLoaderLoadSourceDataTypeEnum
A value whether the source data for queries should be loaded.

Return Value

Type: DashboardLoaderLoadSourceDataTypeEnum
A value whether the source data for queries should be loaded.
Remarks
This is to be primarily used in the web where we don't need the source data.
See Also