ActiveReports 19 .NET Edition
MESCIUS.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 IList(Of ExpressionInfo)
    public IList<ExpressionInfo> Values {get;}

    Property Value

    An ExpressionInfoCollection object containing the default values for the parameter.
    Remarks
    This property is used to directly specify the default values for the parameter when DataSetReference is not set.
    See Also