Chart.ChartNoDataMessage Property

Definition

Gets or sets the title to display if the chart contains no data.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ChartTitle ^ ChartNoDataMessage { Microsoft::ReportingServices::RdlObjectModel::ChartTitle ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartTitle ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartTitle ChartNoDataMessage { get; set; }
member this.ChartNoDataMessage : Microsoft.ReportingServices.RdlObjectModel.ChartTitle with get, set
Public Property ChartNoDataMessage As ChartTitle

Property Value

A ChartTitle object.

Applies to