Report > Report Assembly Interfaces > IPrxPageSettings
Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxPageSettings interface contains properties and methods of print options of pages of a regular report sheet.
IPrxPageSettings
Property name | Brief description | |
![]() |
The StartPageNumber property determines the number, from which sheet pages numbering starts. | |
![]() |
The UseSheetPageCount determines whether sheet pages numbering starts anew regardless of numbering of other sheets' pages. |
Property name | Brief description | |
![]() |
The BlackAndWhite property determines whether the table formatting is used when the table is printed. | |
![]() |
The CenterHorizontal property determines whether the table should be centered horizontally during printing. | |
![]() |
The CenterVertical property determines whether the table should be centered vertically during printing. | |
![]() |
The ColumnsBreaks property returns columns break point settings for the current table. | |
![]() |
The ContinuousColumns property returns settings of non-breaking ranges in columns for the current table. | |
![]() |
The ContinuousRows property returns settings of non-breaking ranges in rows for the current table. | |
![]() |
The PrintHyperlinks property determines whether hyperlinks should be exported to HTML format. | |
![]() |
The PrintOrder property determines printing order. | |
![]() |
The Range property determines the range of printed cells. | |
![]() |
The RowsBreaks property returns settings of rows break points for the current table. | |
![]() |
The Scale property returns scale settings for table printing. | |
![]() |
The TitleColumns property determines the range of pass-through columns. | |
![]() |
The TitleColumnsScope property determines the range of pass-through column action end. | |
![]() |
The TitleRows property determines the range of pass-through rows. | |
![]() |
The TitleRowsScope property determines the range of pass-through row action end. |
Property name | Brief description | |
![]() |
Margins | The Margins property returns an object containing page margins. |
![]() |
PaperFormat | The PaperFormat property determines page format. |
![]() |
PaperOrientation | The PaperOrientation property determines page orientation. |
![]() |
PaperSize | The PaperSize property returns an object containing page size. |
Method name | Brief description | |
![]() |
Assign | The Assign method determines page settings based on the source page settings. |
See also: