ValidValues プロパティ
設定に構成可能な値のセットです。
名前空間: 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> [] () [] []
設定の有効な値を含む ValidValue オブジェクトのコレクションです。