Field 속성
The name of the field used to derive the value of the setting.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
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.