共用方式為


DataSetReference.ValueField 屬性

Gets or sets 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
The name of the field that contains the valid values or the default value of the parameter.

請參閱

參考

DataSetReference 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間