Condividi tramite


Proprietà Chart.NoDataMessage

Gets the message that is displayed when the chart contains no data.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NoDataMessage As ChartTitle 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitle
A ChartTitle object.

Vedere anche

Riferimento

Chart Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering