ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Drillthrough Class / Parameters Property

In This Topic
    Parameters Property (Drillthrough)
    In This Topic

    Gets the parameters to pass to the drillthrough report.

    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As ParameterCollection
    public ParameterCollection Parameters {get;}

    Property Value

    A ParameterCollection object containing the parameters to pass to the drillthrough report.

    See Also