Click or drag to resize
DashboardLoaderStoreSourceData Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the source data should be stored on disk when opened without data

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

Property Value

Type: Boolean
True if the source data should be stored on disk when opened without data

Return Value

Type: Boolean
True if the source data should be stored on disk when opened without data
Remarks
Set to true to support save of a dashboard opened without data. The source data is stored on disk in the temp directory and added to the dashboard if required.
See Also