ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IDrillthrough Interface / Parameters Property

In This Topic
    Parameters Property (IDrillthrough)
    In This Topic
    Gets the drillthrough parameters.
    Syntax
    'Declaration
     
    ReadOnly Property Parameters As DrillthroughParameter()
    DrillthroughParameter[] Parameters {get;}

    Property Value

    An array of DrillthroughParameter objects representing the parameters for the drillthrough report.
    See Also