Enum ReportActionKind
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
What an action does when its item is clicked.
public enum ReportActionKind
Fields
Hyperlink = 0Opens Target, a URL. Lowered to a link.
BookmarkLink = 1Moves to the first item whose Bookmark is Target. Lowered to a link inside the document.
Drillthrough = 2Runs the report named Target with Parameters. Carrying it out is the host's: nothing is lowered.