SharpLeaf Reference > DocumentLayout Class DocumentLayout Class
Define report master pages as an list of PageLayouts.
The DocumentLayout class can be passed to the SharpLeaf constructor, or to the SharpLeaf.SetLayout method for in-flight change of layout.
The Repeat property will define how many of the last page layouts will be repeated, therefore how many of the first page layouts will be title pages.
See some tutorials on the creation of document layouts.
public class DocumentLayout
Constructors
DocumentLayout Instance PropertiesItem[Int32] | Default indexer into the DocumentLayout’s list of PageLayout items | Count | Number of PageLayout items in the DocumentLayout (ReadOnly) | Pages | List of PageLayout that form the DocumentLayout | Repeat | Number of last page layouts to repeat (default to 0 for all) | Title | Document title |
DocumentLayout MethodsAdd | Append page layouts to document layout | Clone | Take a deep copy of this instance | Contains | Check if the given PageLayout is present in the DocumentLayout | RenderXml | Get XML form of a DocumentLayout item, that can be used in the constructor. | |
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
Send comments on this topic © Dyalog Ltd 2021
|