共用方式為


Field 屬性

The name of the field used to derive the value of 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 Field As String
    Get
    Set
'用途
Dim instance As Setting
Dim value As String

value = instance.Field

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

屬性值

型別:System. . :: . .String
A String value representing the name of the field that is used to derive the value of the setting.