Action.SetDrillthroughAction Method (String)

Makes this action a drillthrough action with no parameters.

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

Syntax

'Declaration
Public Sub SetDrillthroughAction ( _
    reportName As String _
)
'Usage
Dim instance As Action
Dim reportName As String

instance.SetDrillthroughAction(reportName)
public void SetDrillthroughAction(
    string reportName
)
public:
void SetDrillthroughAction(
    String^ reportName
)
member SetDrillthroughAction : 
        reportName:string -> unit 
public function SetDrillthroughAction(
    reportName : String
)

Parameters

  • reportName
    Type: System.String
    A String representing the name of the drillthrough report.