DataSetReference.ValueField 属性

The name of the field that contains the valid values or the default value of the parameter.

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

语法

声明
Public Property ValueField As String
    Get
    Set
用法
Dim instance As DataSetReference
Dim value As String

value = instance.ValueField

instance.ValueField = value
public string ValueField { get; set; }
public:
property String^ ValueField {
    String^ get ();
    void set (String^ value);
}
member ValueField : string with get, set
function get ValueField () : String
function set ValueField (value : String)

属性值

类型:System.String
A string value.