Action.SetDrillthroughAction Method

Definition

Makes this action a drillthrough action.

Overloads

SetDrillthroughAction(String)

Makes this action a drillthrough action with no parameters.

SetDrillthroughAction(String, NameValueCollection)

Makes this action a drillthrough action with the specified parameters.

SetDrillthroughAction(String, NameValueCollection, String)

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

SetDrillthroughAction(String)

Makes this action a drillthrough action with no parameters.

public:
 void SetDrillthroughAction(System::String ^ reportName);
public void SetDrillthroughAction (string reportName);
member this.SetDrillthroughAction : string -> unit
Public Sub SetDrillthroughAction (reportName As String)

Parameters

reportName
String

A String representing the name of the drillthrough report.

Applies to

SetDrillthroughAction(String, NameValueCollection)

Makes this action a drillthrough action with the specified parameters.

public:
 void SetDrillthroughAction(System::String ^ reportName, System::Collections::Specialized::NameValueCollection ^ parameters);
public void SetDrillthroughAction (string reportName, System.Collections.Specialized.NameValueCollection parameters);
member this.SetDrillthroughAction : string * System.Collections.Specialized.NameValueCollection -> unit
Public Sub SetDrillthroughAction (reportName As String, parameters As NameValueCollection)

Parameters

reportName
String

A String representing the name of the drillthrough report.

parameters
NameValueCollection

A NameValueCollectionobject containing the parameter for the drillthrough action.

Applies to

SetDrillthroughAction(String, NameValueCollection, String)

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

public:
 void SetDrillthroughAction(System::String ^ reportName, System::Collections::Specialized::NameValueCollection ^ parameters, System::String ^ label);
public void SetDrillthroughAction (string reportName, System.Collections.Specialized.NameValueCollection parameters, string label);
member this.SetDrillthroughAction : string * System.Collections.Specialized.NameValueCollection * string -> unit
Public Sub SetDrillthroughAction (reportName As String, parameters As NameValueCollection, label As String)

Parameters

reportName
String

A String representing the name of the drillthrough report.

parameters
NameValueCollection

A NameValueCollection object containing the parameters for the drillthrough action.

label
String

A String representing the label to display for the action.

Applies to