ActionDrillthrough Class

Definition

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.

Applies to