Méthode SetDrillthroughAction (String, NameValueCollection)
Makes this action a drillthrough action with the specified parameters.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub SetDrillthroughAction ( _
reportName As String, _
parameters As NameValueCollection _
)
'Utilisation
Dim instance As Action
Dim reportName As String
Dim parameters As NameValueCollection
instance.SetDrillthroughAction(reportName, _
parameters)
public void SetDrillthroughAction(
string reportName,
NameValueCollection parameters
)
public:
void SetDrillthroughAction(
String^ reportName,
NameValueCollection^ parameters
)
member SetDrillthroughAction :
reportName:string *
parameters:NameValueCollection -> unit
public function SetDrillthroughAction(
reportName : String,
parameters : NameValueCollection
)
Paramètres
- reportName
Type : System. . :: . .String
A String representing the name of the drillthrough report.
- parameters
Type : System.Collections.Specialized. . :: . .NameValueCollection
A NameValueCollection object containing the parameter for the drillthrough action.