Table of Contents

Class ReportRegion

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

One report item on one page, as a viewer binds to it.

public sealed class ReportRegion
Inheritance
ReportRegion
Inherited Members

Properties

Actions

Gets what clicking the item does, in the definition's order.

Bookmark

Gets the item's evaluated Bookmark, or null.

ElementId

Gets the id of the element the projection drew the item into.

Height

Gets the height of the part of the item on this page.

ItemId

Gets the item's identifier, stable across paginations (Id).

Kind

Gets what kind of item it is.

Left

Gets the left edge, in twips from the page's left edge.

Name

Gets the item's Name in the definition, or an empty string.

ParentElementId

Gets the element id of the item that contains this one, or null for a top-level item.

Runs

Gets the runs drawn on this page, each with its place in Text; empty for any other item.

Section

Gets the part of the page it belongs to.

Text

Gets a textbox's whole formatted text, which search reads; null for any other item.

Toggle

Gets the toggle this textbox is, or null.

ToolTip

Gets the item's evaluated ToolTip, or null.

Top

Gets the top edge, in twips from the page's top edge.

UserSort

Gets the interactive sort this textbox offers, or null.

Width

Gets the width.