Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the component metadata.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ComponentMetadata As ComponentMetadata
Get
Set
'Usage
Dim instance As ReportObject
Dim value As ComponentMetadata
value = instance.ComponentMetadata
instance.ComponentMetadata = value
public ComponentMetadata ComponentMetadata { get; set; }
public:
property ComponentMetadata^ ComponentMetadata {
ComponentMetadata^ get ();
void set (ComponentMetadata^ value);
}
member ComponentMetadata : ComponentMetadata with get, set
function get ComponentMetadata () : ComponentMetadata
function set ComponentMetadata (value : ComponentMetadata)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ComponentMetadata
A ComponentMetadata object that represents the component metadata.