Compartir a través de


Field Propiedad

The name of the field used to derive the value of the setting.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Property Field As String
    Get
    Set
'Uso
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)

Valor de la propiedad

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