Gets or sets the name of the field in the query. Note: Data field names do not have to be unique. Multiple fields can refer to the same data field name. Field must have exactly one of the following: DataField or Value.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string DataField { get; set; }
Visual Basic
Public Property DataField As String
	Get
	Set

See Also