MetadataValue Constructor (String)
Initializes a new instance of the MetadataValue class using the specified value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New MetadataValue(value)
public MetadataValue(
string value
)
public:
MetadataValue(
String^ value
)
new :
value:string -> MetadataValue
public function MetadataValue(
value : String
)
Parameters
- value
Type: System.String
The metadata value.