Action.SetDrillthroughAction Method (String, NameValueCollection, String)

Makes this action a drillthrough action with the specified parameters and label.

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

Syntax

'Declaration
Public Sub SetDrillthroughAction ( _
    reportName As String, _
    parameters As NameValueCollection, _
    label As String _
)
'Usage
Dim instance As Action
Dim reportName As String
Dim parameters As NameValueCollection
Dim label As String

instance.SetDrillthroughAction(reportName, _
    parameters, label)
public void SetDrillthroughAction(
    string reportName,
    NameValueCollection parameters,
    string label
)
public:
void SetDrillthroughAction(
    String^ reportName, 
    NameValueCollection^ parameters, 
    String^ label
)
member SetDrillthroughAction : 
        reportName:string * 
        parameters:NameValueCollection * 
        label:string -> unit 
public function SetDrillthroughAction(
    reportName : String, 
    parameters : NameValueCollection, 
    label : String
)

Parameters

  • reportName
    Type: System.String
    A String representing the name of the drillthrough report.
  • label
    Type: System.String
    A String representing the label to display for the action.