Свойство ComponentMetadata.ComponentId
Gets or sets the unique identifier of the report part.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ComponentId As Nullable(Of Guid)
Get
Set
'Применение
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>)
Значение свойства
Тип: System.Nullable<Guid>
A Nullable<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel