Sdílet prostřednictvím


Chart.ChartNoDataMessage Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartNoDataMessage As ChartTitle 
    Get 
    Set
'Usage
Dim instance As Chart 
Dim value As ChartTitle 

value = instance.ChartNoDataMessage

instance.ChartNoDataMessage = value
public ChartTitle ChartNoDataMessage { get; set; }
public:
property ChartTitle^ ChartNoDataMessage {
    ChartTitle^ get ();
    void set (ChartTitle^ value);
}
member ChartNoDataMessage : ChartTitle with get, set
function get ChartNoDataMessage () : ChartTitle 
function set ChartNoDataMessage (value : ChartTitle)

Property Value

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

See Also

Reference

Chart Class

Microsoft.ReportingServices.RdlObjectModel Namespace