Método ActionInfo.CreateDrillthroughAction
Adds a drillthrough action to the collection. This is used in custom report items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Function CreateDrillthroughAction As Action
'Uso
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
Valor de retorno
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a drillthrough action to the collection.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering