Class.InstanceName 屬性
The instance name.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property InstanceName As String
Get
Set
'用途
Dim instance As [Class]
Dim value As String
value = instance.InstanceName
instance.InstanceName = value
public string InstanceName { get; set; }
public:
property String^ InstanceName {
String^ get ();
void set (String^ value);
}
member InstanceName : string with get, set
function get InstanceName () : String
function set InstanceName (value : String)
屬性值
型別:System.String
A string value.