ActionInfo.CreateDrillthroughAction-Methode
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
Rückgabewert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a drillthrough action to the collection.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace