Partager via


Propriété ChartLegendTitle.Caption

Caption of the title.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Caption As ReportExpression 
    Get 
    Set
'Utilisation
Dim instance As ChartLegendTitle 
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)

Valeur de propriété

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

Voir aussi

Référence

ChartLegendTitle Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel