Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.