ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / IGenerator Interface / DrillthroughGoTo Method
Report name.
Parameters of new report.
Source page index.
Source area in twips.

In This Topic
    DrillthroughGoTo Method
    In This Topic
    Starts drill-through link.
    Syntax
    'Declaration
     
    Sub DrillthroughGoTo( _
       ByVal reportName As String, _
       ByVal parameters As IDictionary(Of String,Object), _
       ByVal sourcePage As Integer, _
       ByVal sourceArea As RectangleF _
    ) 
    void DrillthroughGoTo( 
       string reportName,
       IDictionary<string,object> parameters,
       int sourcePage,
       RectangleF sourceArea
    )

    Parameters

    reportName
    Report name.
    parameters
    Parameters of new report.
    sourcePage
    Source page index.
    sourceArea
    Source area in twips.
    See Also