次の方法で共有


Field プロパティ

設定の値の取得に使用するフィールドの名前です。

名前空間:  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
設定の値の取得に使用するフィールドの名前を表す String 値です。