Element Details: Printable+Paging
 Back


Available in: Logi Info Source code name: PrintablePaging

Allows specification of a PageHeader and a PageFooter for when ReportPaging is set to "Printable".

Important: The PageHeight and PageWidth attributes specify the size of the report content - not the actual page size. The actual page size is determined by adding the margin sizes to the page sizes.

PrintablePaging was moved from under the DataTable and CrosstabTable elements to the top-level Report element. But for backward compatibility, PrintablePaging still works under the table elements.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
MarginBottom
UserDefined
The size of the bottom margin, in inches.
MarginLeft
UserDefined
The size of the left margin, in inches.
MarginRight
UserDefined
The size of the right margin, in inches.
MarginTop
UserDefined
The size of the top margin, in inches.
PageHeight
UserDefined
9.5
6.5
The printable page height, in inches. Margins should be subtracted. For example, for an 8.5 x 11 sheet, the page height and width should be set to about 9.5 and 6.5.
PageWidth
UserDefined
9.5
6.5
The printable page width, in inches. Margins should be subtracted. For example, for an 8.5 x 11 sheet, the page height and width should be set to 9.5 and 6.5.
PdfAutoFit
True
False
This printable paging attribute allows the PDF auto fit to be turned on or off. When PDF Auto Fit is turned on the HTML right margin is set to most right edge of rendered content. When this is turned off the width of the report is set in pixels depending on the specified width of the page. The default value is True. This attribute only applies to Logi Info Server Java.



PARENT ELEMENTS

Click element to drill down for more information.

Report


CHILD ELEMENTS

Click element to drill down for more information.

Page Footer Page Header


 Back to top


 Chart Debug