Method Resolve
Resolve(ReportPageModel, ReportAction)
Resolves what a click on an action does.
public static ReportActionTarget Resolve(ReportPageModel model, ReportAction action)
Parameters
modelReportPageModelThe paginated report the action belongs to.
actionReportActionThe action.
Returns
- ReportActionTarget
Where it goes.
Remarks
A bookmark is resolved against Bookmarks, which holds the first item carrying each name — the same item the PDF's internal link goes to, so following a link in a viewer and following it in the exported PDF land in the same place.
Exceptions
- ArgumentNullException
modeloractionis null.