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

In This Topic
    ValueField Property
    In This Topic
    Gets or sets a name of the field to use for the values and defaults of the parameter.
    Syntax
    'Declaration
     
    Public Property ValueField As String
    public string ValueField {get; set;}

    Property Value

    A System.String value indicating the name of the field to use for the values and defaults of the parameter.
    See Also