[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.DrillthroughGoTo

DrillthroughGoTo Method

DrillthroughGoTo(string, IDictionary<string, object>, int, RectangleF)

Starts a drill-through link to navigate to a different report.

Declaration
void DrillthroughGoTo(string reportName, IDictionary<string, object> parameters, int sourcePage, RectangleF sourceArea)
Parameters
Type Name Description
string reportName

The name of the target report.

IDictionary<string, object> parameters

A dictionary of parameters for the target report.

int sourcePage

The index of the source page.

RectangleF sourceArea

The source area in twips on the page.