Partager via


Propriété Chart.NoDataMessage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NoDataMessage As ChartTitle 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Chart Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering