Table of Contents

Class ReportActionTarget

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

Where an action goes, once the page model has been consulted.

public sealed class ReportActionTarget
Inheritance
ReportActionTarget
Inherited Members

Properties

Action

Gets the action that was resolved.

BookmarkName

Gets the bookmark a BookmarkLink names, or null.

IsNavigable

Gets a value indicating whether a hyperlink's scheme is one a viewer may follow. Always true for a bookmark link and a drillthrough, neither of which is a URL.

IsResolved

Gets a value indicating whether the viewer has everything it needs to carry the action out itself.

ItemId

Gets the Id the bookmark is on, or null.

Kind

Gets what kind of action it is.

Left

Gets where on that page to go, in twips from the page's left edge.

PageNumber

Gets the page a bookmark link goes to, from 1, or 0 when the action does not go anywhere in this report — a hyperlink, a drillthrough, or a bookmark nothing in the report carries.

Parameters

Gets a drillthrough's parameters, evaluated, in the definition's order.

ReportName

Gets the report a Drillthrough names, or null.

Top

Gets where on that page to go, in twips from the page's top edge.

Url

Gets the URL for a Hyperlink, or null when it is not one a viewer should follow (DXP9501) or the action is not a hyperlink.