DashboardQueryLoadSourceData Method |
|
DataPA OpenAnalytics API Reference
If the dashboard has been loaded without source data, will force the data to load
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool LoadSourceData()
Public Function LoadSourceData As Boolean
public:
virtual bool LoadSourceData() sealed
function LoadSourceData();
Return Value
Type:
BooleanTrue if the source data was succesfully loaded
Remarks When a dashboard is opened without source data, the source data is cached to local temp files. This function attempts to load the source data from those local temp files
See Also