Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Field Class / DataField Property

In This Topic
    DataField Property (Field)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property DataField As String
    public string DataField {get; set;}
    See Also