Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the caption for the map legend 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 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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.