Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace