[]
Starts a drill-through link to navigate to a different report.
void DrillthroughGoTo(string reportName, IDictionary<string, object> parameters, int sourcePage, RectangleF sourceArea)
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. |