Freigeben über


Field.Caption-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the caption of the field.

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

Syntax

'Declaration
Public Property Caption As String 
    Get 
    Set
'Usage
Dim instance As Field 
Dim value As String 

value = instance.Caption

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

Eigenschaftswert

Typ: System.String
The caption of the field.

Siehe auch

Verweis

Field Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace