Partilhar via


Propriedade do RDL Field.DataField

Gets or sets the name of the field in the query.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DataField As String 
    Get 
    Set
'Uso
Dim instance As Field 
Dim value As String 

value = instance.DataField

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

Valor da propriedade

Tipo: System.String
The name of the field in the query.

Consulte também

Referência

Field Classe

Namespace Microsoft.ReportingServices.RdlObjectModel