ActionDrillthrough Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a drillthrough action.
public ref class ActionDrillthrough sealed
public sealed class ActionDrillthrough
type ActionDrillthrough = class
Public NotInheritable Class ActionDrillthrough
- Inheritance
-
ActionDrillthrough
Properties
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
Parameters |
Parameters to the drillthrough report. |
ReportName |
Gets an expression that evaluates to 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. |
Methods
CreateParameter(String) |
Creates a parameter of the specified name. |
RegisterDrillthroughAction() |
Registers this ActionDrillthrough. |