DashboardObjectHasSourceData Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates whether all the queries this object is dependant on have source data
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasSourceData { get; }
Public ReadOnly Property HasSourceData As Boolean
Get
public:
virtual property bool HasSourceData {
bool get () sealed;
}
function get_HasSourceData();
Property Value
Type:
BooleanTrue if all the queries this object is dependant on have source data
Return Value
Type:
BooleanTrue if all the queries this object is dependant on have source data
Remarks See Also