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