Assembly: Adhoc;
The IAdhocPageSettings interface contains properties and methods to set up a dashboard page.
IAdhocPageSettings
Settings are applied only on printing a dashboard and do not influence on its view in the working area. To get settings, use the IAdhocReport.PageSettings property.
Property name | Brief description | |
Margins | The Margins property returns an object with page margins. | |
PaperFormat | The PaperFormat property determines page format. | |
PaperOrientation | The PaperOrientation property determines page orientation. | |
PaperSize | The PaperSize property returns an object with page size. |
Method name | Brief description | |
Assign | The Assign method determines page settings based on the source page settings. |
See also: