Class ReportActionTarget
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.
- 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.