Partilhar via


Propriedade do RDL Class.ClassName

The class name.

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

Sintaxe

'Declaração
Public Property ClassName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

Class Classe

Namespace Microsoft.ReportingServices.RdlObjectModel