ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / ReportParameters Property

In This Topic
    ReportParameters Property (Report)
    In This Topic
    Gets the parameters for the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportParameters As ReportParameterCollection
    public ReportParameterCollection ReportParameters {get;}

    Property Value

    A ReportParameterCollection containing the parameters for the report.
    See Also