DocumentLayout.Layout
Overloads
Layout(LayoutData) | Creates a Document object that contians the report as defined in the DLEX file. |
Layout(LayoutData, Document) | Appends the report to the given Document object. |
Layout(LayoutData)
Creates a Document object that contians the report as defined in the DLEX file.
public Document Layout(LayoutData layoutData)
Function Layout(layoutData As LayoutData) As Document
Parameters
- layoutData
- LayoutData
The LayoutData to use for creating the report.
Returns
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Layout(LayoutData, Document)
Appends the report to the given Document object.
public void Layout(LayoutData layoutData, Document document)
Sub Layout(layoutData As LayoutData, document As Document)
Parameters
- layoutData
- LayoutData
The LayoutData to use for creating the report.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
NOTE: The documents metadata (title, author etc.) will not be overwritten.