DashboardObjectNoDataMessage Property |
|
DataPA OpenAnalytics API Reference
Gets the text displayed by this message if no data is available.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string NoDataMessage { get; }
Public ReadOnly Property NoDataMessage As String
Get
public:
virtual property String^ NoDataMessage {
String^ get () sealed;
}
function get_NoDataMessage();
Property Value
Type:
StringThe text displayed by this message if no data is available.
Return Value
Type:
StringThe text displayed by this message if no data is available.
Remarks See Also