DrillthroughAction Constructor
Initializes a new instance of the
DrillthroughAction class, specifying the target report to navigate to.
public DrillthroughAction(
ReportModelBase
)
'Declaration
Public Function New( _
ByVal As ReportModelBase _
)
Parameters
- targetReport
- The report model that represents the target report for the drillthrough action.