Compartir a través de


Chart.NoDataMessage Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property NoDataMessage As ChartTitle 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Chart Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering