DashboardDesignerHasData Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the ManagedDashboard object in the control has any data that can be used to build Dashboard Objects.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasData { get; }
Public ReadOnly Property HasData As Boolean
Get
public:
virtual property bool HasData {
bool get () sealed;
}
Return Value
Type:
BooleanTrue if the ManagedDashboard object in the control has any data that can be used to build Dashboard Objects.
Remarks See Also