Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.