DashboardLoaderLoadSummaryData Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property to indicate whether summary data should be loaded with this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool LoadSummaryData { get; set; }
Public Property LoadSummaryData As Boolean
Get
Set
public:
virtual property bool LoadSummaryData {
bool get () sealed;
void set (bool value) sealed;
}
function get_LoadSummaryData();
function set_LoadSummaryData(value);
Property Value
Type:
BooleanTrue if summary data should be loaded with this object
Return Value
Type:
BooleanTrue if summary data should be loaded with this object
Remarks See Also