Chart.ChartNoDataMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.