DashboardObjectRequiresSourceData Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if this object requires the dashboard to load source data
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool RequiresSourceData { get; }
Public ReadOnly Property RequiresSourceData As Boolean
Get
public:
virtual property bool RequiresSourceData {
bool get () sealed;
}
function get_RequiresSourceData();
Property Value
Type:
BooleanTrue if this object requires the dashboard to load source data
Return Value
Type:
BooleanTrue if this object requires the dashboard to load source data
Remarks See Also