Freigeben über


Class.ClassName-Eigenschaft

The class name.

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

Syntax

'Declaration
Public Property ClassName As String 
    Get 
    Set
'Usage
Dim instance As [Class]
Dim value As String 

value = instance.ClassName

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

Eigenschaftswert

Typ: System.String
A string value.

Siehe auch

Verweis

Class Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace