DashboardLoaderLoadPartialSummaryData Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property to indicate whether partial 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 LoadPartialSummaryData { get; set; }
Public Property LoadPartialSummaryData As Boolean
Get
Set
public:
virtual property bool LoadPartialSummaryData {
bool get () sealed;
void set (bool value) sealed;
}
function get_LoadPartialSummaryData();
function set_LoadPartialSummaryData(value);
Property Value
Type:
BooleanTrue if partial summary data should be loaded with this object
Return Value
Type:
BooleanTrue partial summary data should be loaded with this object
Remarks See Also