ActionDrillthrough Members
Include Protected Members
Include Inherited Members
Represents a drillthrough action.
The ActionDrillthrough type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateParameter(String) | Creates a parameter of the specified name. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
RegisterDrillthroughAction() | Registers this ActionDrillthrough. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Parameters | Parameters to the drillthrough report. | |
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