Partilhar via


Propriedade do RDL Class.InstanceName

The instance name.

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

Sintaxe

'Declaração
Public Property InstanceName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

Class Classe

Namespace Microsoft.ReportingServices.RdlObjectModel