หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.