Class.ClassName 屬性
The class name.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ClassName As String
Get
Set
'用途
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)
屬性值
型別:System.String
A string value.