ActionInfo.CreateDrillthroughAction Method

Adds a drillthrough action to the collection. This is used in custom report items.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function CreateDrillthroughAction As Action
'Usage
Dim instance As ActionInfo 
Dim returnValue As Action 

returnValue = instance.CreateDrillthroughAction()
public Action CreateDrillthroughAction()
public:
Action^ CreateDrillthroughAction()
member CreateDrillthroughAction : unit -> Action
public function CreateDrillthroughAction() : Action

Return Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a drillthrough action to the collection.

See Also

Reference

ActionInfo Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace