DashboardLoaderLoadSourceData Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the source data for queries should be loaded.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardLoaderLoadSourceDataTypeEnum LoadSourceData { get; set; }
Public Property LoadSourceData As DashboardLoaderLoadSourceDataTypeEnum
Get
Set
public:
virtual property DashboardLoaderLoadSourceDataTypeEnum LoadSourceData {
DashboardLoaderLoadSourceDataTypeEnum get () sealed;
void set (DashboardLoaderLoadSourceDataTypeEnum value) sealed;
}
function get_LoadSourceData();
function set_LoadSourceData(value);
Property Value
Type:
DashboardLoaderLoadSourceDataTypeEnumA value whether the source data for queries should be loaded.
Return Value
Type:
DashboardLoaderLoadSourceDataTypeEnumA 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