Свойство ValidValues
A set of values that can be configured for the setting.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Синтаксис
'Декларация
Public Property ValidValues As ValidValue()
Get
Set
'Применение
Dim instance As Setting
Dim value As ValidValue()
value = instance.ValidValues
instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
array<ValidValue^>^ get ();
void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])
Значение свойства
Тип: array<Microsoft.ReportingServices.Interfaces. . :: . .ValidValue> [] () [] []
A collection of ValidValue objects containing the valid values for the setting.