Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the message that is displayed when the chart contains no data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NoDataMessage As ChartTitle
Get
'Usage
Dim instance As Chart
Dim value As ChartTitle
value = instance.NoDataMessage
public ChartTitle NoDataMessage { get; }
public:
property ChartTitle^ NoDataMessage {
ChartTitle^ get ();
}
member NoDataMessage : ChartTitle
function get NoDataMessage () : ChartTitle
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitle
A ChartTitle object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace