DashboardLoaderStoreSourceData Property |
|
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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool StoreSourceData { get; set; }
Public Property StoreSourceData As Boolean
Get
Set
public:
virtual property bool StoreSourceData {
bool get () sealed;
void set (bool value) sealed;
}
function get_StoreSourceData();
function set_StoreSourceData(value);
Property Value
Type:
BooleanTrue if the source data should be stored on disk when opened without data
Return Value
Type:
BooleanTrue 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