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

Document

The Document object containing just created.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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.

document
Document

Document object to which the report is appended.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

NOTE: The documents metadata (title, author etc.) will not be overwritten.

See Also

Document
DocumentLayout
ceTe.DynamicPDF.LayoutEngine

In this topic