ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSetReference Class / ValueField Property

In This Topic
    ValueField Property
    In This Topic

    Gets or sets the name of the field to use for the values and defaults for the parameter.

    Syntax
    'Declaration
     
    Public Property ValueField As String
    public string ValueField {get; set;}

    Property Value

    A String representing the name of the field to use for the values and defaults for the parameter.

    See Also