Propriété ComponentId
Gets or sets the unique identifier of the report part.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ComponentId As Nullable(Of Guid)
Get
Set
'Utilisation
Dim instance As ComponentMetadata
Dim value As Nullable(Of Guid)
value = instance.ComponentId
instance.ComponentId = value
public Nullable<Guid> ComponentId { get; set; }
public:
property Nullable<Guid> ComponentId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ComponentId : Nullable<Guid> with get, set
function get ComponentId () : Nullable<Guid>
function set ComponentId (value : Nullable<Guid>)
Valeur de propriété
Type : System. . :: . .Nullable< (Of < ( <'Guid> ) > ) >
A Nullable<(Of <(<'T>)>)> object.
Voir aussi