Метод SetDrillthroughAction (String)
Makes this action a drillthrough action with no parameters.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub SetDrillthroughAction ( _
reportName As String _
)
'Применение
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
)
Параметры
- reportName
Тип System. . :: . .String
A String representing the name of the drillthrough report.