InstanceName propriété
The instance name.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property InstanceName As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A string value.
Voir aussi