Class.ClassName Property
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)
Property Value
Type: System.String
A string value.