Proprietà MapLegendTitle.Caption

Gets or sets the caption for the map legend title.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Caption As ReportExpression 
    Get 
    Set
'Utilizzo
Dim instance As MapLegendTitle 
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)

Valore proprietà

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

Vedere anche

Riferimento

MapLegendTitle Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel