Freigeben über


Class.InstanceName-Eigenschaft

The instance name.

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

Syntax

'Declaration
Public Property InstanceName As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
A string value.

Siehe auch

Verweis

Class Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace