ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DefaultValue Class / Values Property

In This Topic
    Values Property (DefaultValue)
    In This Topic

    Gets the default values for the parameter.

    Syntax
    'Declaration
     
    Public ReadOnly Property Values As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfoCollection
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfoCollection Values {get;}

    Property Value

    An ExpressionInfoCollection object containing the default values for the parameter.

    See Also