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 the valid values of the metadata property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Values As MetadataValues
Get
Set
'Usage
Dim instance As MetadataProperty
Dim value As MetadataValues
value = instance.Values
instance.Values = value
public MetadataValues Values { get; set; }
public:
property MetadataValues^ Values {
MetadataValues^ get ();
void set (MetadataValues^ value);
}
member Values : MetadataValues with get, set
function get Values () : MetadataValues
function set Values (value : MetadataValues)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MetadataValues
A MetadataValues object.