Share via


ActionDrillthrough Members

Include Protected Members
Include Inherited Members

Represents a drillthrough action.

The ActionDrillthrough type exposes the following members.

Methods

  Name Description
Public method CreateParameter(String) Creates a parameter of the specified name.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method RegisterDrillthroughAction() Registers this ActionDrillthrough.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Parameters Parameters to the drillthrough report.
Public property ReportName The full folder path (for example, “/salesreports/orderdetails”), relative path (for example, “../orderdetails”) or URL (e.g. “http://reportserver/reports/sales/orderdetails”) of the drillthrough report.

Top