Propriedade do RDL Chart.NoDataMessage
Gets the message that is displayed when the chart contains no data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitle
A ChartTitle object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering