MetadataValue Class
Represents a metadata value in MetadataValues.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.MetadataValue
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class MetadataValue _
Inherits ReportObject _
Implements IXmlSerializable
'Usage
Dim instance As MetadataValue
public class MetadataValue : ReportObject,
IXmlSerializable
public ref class MetadataValue : public ReportObject,
IXmlSerializable
type MetadataValue =
class
inherit ReportObject
interface IXmlSerializable
end
public class MetadataValue extends ReportObject implements IXmlSerializable
The MetadataValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MetadataValue() | |
![]() |
MetadataValue(String) | Initializes a new instance of the MetadataValue class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ComponentMetadata | The component metadata. (Inherited from ReportObject.) |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Value |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeepClone | (Overrides ReportObject.DeepClone().) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetContainingDataScopes | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDependenciesCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetSchema | Gets the definition schema of the metadata value. |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Infrastructure. (Inherited from ReportObject.) |
![]() |
InitializeForDesigner | Infrastructure. (Inherited from ReportObject.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnChildPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
OnPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
ReadXml | Imports the metadata value from an XmlReader. |
![]() |
SavePropertyValue<T> | Infrastructure. (Inherited from ReportObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteXml | Exports the metadata value to an XmlWriter. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.