SetDrillthroughAction 메서드 (String, NameValueCollection, String)
Makes this action a drillthrough action with the specified parameters and label.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Sub SetDrillthroughAction ( _
reportName As String, _
parameters As NameValueCollection, _
label As String _
)
‘사용 방법
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
)
매개 변수
- reportName
형식: System. . :: . .String
A String representing the name of the drillthrough report.
- parameters
형식: System.Collections.Specialized. . :: . .NameValueCollection
A NameValueCollection object containing the parameters for the drillthrough action.
- label
형식: System. . :: . .String
A String representing the label to display for the action.