Sdílet prostřednictvím


Class.InstanceName Property

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)

Property Value

Type: System.String
A string value.

See Also

Reference

Class Class

Microsoft.ReportingServices.RdlObjectModel Namespace