Table of Contents

Method Resolve

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

Resolve(ReportPageModel, ReportAction)

Resolves what a click on an action does.

public static ReportActionTarget Resolve(ReportPageModel model, ReportAction action)

Parameters

model ReportPageModel

The paginated report the action belongs to.

action ReportAction

The 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

model or action is null.