ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / Parameters Property

In This Topic
    Parameters Property (PageDocument)
    In This Topic
    Gets the parameters for the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ParameterCollection
    public GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ParameterCollection Parameters {get;}
    See Also