Propriedade do RDL Caption

Caption of the title.

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

Sintaxe

'Declaração
Public Property Caption As ReportExpression
    Get
    Set
'Uso
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)