DataField propriété
The name of the field in the query.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DataField As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A string value.
Voir aussi