The Drillthrough type exposes the following members.

Constructors

  Name Description
Public method Drillthrough
Initializes a new instance of the Drillthrough class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another Drillthrough object to the current object.

Properties

  Name Description
Public property Parameters
Gets the Parameters collection containing parameters to the drillthrough report.
Public property ReportName
Gets or sets the full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (for example, “http://reportserver/reports/sales/orderdetails”) of the drillthrough report. Relative paths start in the same folder as the report.

Note: If the current report is being used as a subreport, the top-level report location is used as the base of the relative path.

See Also