Méthode SetDrillthroughAction (String)
Makes this action a drillthrough action with no 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 _
)
'Utilisation
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
)
Paramètres
- reportName
Type : System. . :: . .String
A String representing the name of the drillthrough report.