EnumProperty.ValidValues 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the valid values.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public ReadOnly Property ValidValues As IList(Of Object)
    Get
用法
Dim instance As EnumProperty 
Dim value As IList(Of Object)

value = instance.ValidValues
public IList<Object> ValidValues { get; }
public:
property IList<Object^>^ ValidValues {
    IList<Object^>^ get ();
}
member ValidValues : IList<Object>
function get ValidValues () : IList<Object>

属性值

类型:System.Collections.Generic.IList<Object>
An IList<T> object.

请参阅

参考

EnumProperty 类

Microsoft.ReportingServices.RdlObjectModel 命名空间