Compartilhar via


Propriedade do RDL Field

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
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 da propriedade

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