Class ReportPageSubreport
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
A subreport on a page: the box it occupies, and the child report's items as its children.
public sealed class ReportPageSubreport : ReportPageItem
- Inheritance
-
ReportPageSubreport
- Inherited Members
Remarks
The children are placed on the page like any other items — their positions are the page's, not the child report's — so a viewer draws and hit-tests them without knowing a subreport is there, and a consumer that wants the boundary has it here. A subreport that did not run is a ReportPagePlaceholder instead.
Properties
- Kind
Gets what kind of item this is.
- ReportName
Gets the subreport's
ReportName, as the definition states it.