Freigeben über


ChartTitle.Caption-Eigenschaft

Caption of the title.

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

Syntax

'Declaration
Public Property Caption As ReportExpression 
    Get 
    Set
'Usage
Dim instance As ChartTitle 
Dim value As ReportExpression 

value = instance.Caption

instance.Caption = value
public ReportExpression Caption { get; set; }
public:
property ReportExpression Caption {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Caption : ReportExpression with get, set
function get Caption () : ReportExpression 
function set Caption (value : ReportExpression)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Siehe auch

Verweis

ChartTitle Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace