Class ReportRegionRun
One run of a textbox's text as it is drawn on one page.
public sealed class ReportRegionRun
- Inheritance
-
ReportRegionRun
- Inherited Members
Remarks
The rectangle is the run's line box, not its glyphs' ink: it is what a viewer draws a selection or a search highlight over, and ink would leave gaps between lines.
Properties
- Actions
Gets what clicking the run does.
- Baseline
Gets the baseline the run sits on, in twips from the page's top edge.
- Height
Gets the height of the run's line box.
- Left
Gets the run's left edge, in twips from the page's left edge.
- ToolTip
Gets the run's evaluated
ToolTip, or null.
- Top
Gets the top of the run's line box, in twips from the page's top edge.
- ValueLength
Gets how much of that text the run covers, in UTF-16 units.
- ValueOffset
Gets where the run starts in its region's Text, or -1.
- Width
Gets the run's measured width.