Class PageSetup
Page setup form, page configuration and general options for the report
Inheritance
PageSetup
Implements
Inherited Members
Namespace: Reportman.Reporting.Forms
Assembly: Reportman.Reporting.Forms.dll
Syntax
public class PageSetup : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
PageSetup()
Constructor
Declaration
public PageSetup()
Methods
Dispose(bool)
Code cleanup
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
ShowPageSetup(Report, bool, IWin32Window)
Show page setup dialog for the report
Declaration
public static bool ShowPageSetup(Report rp, bool showadvanced, IWin32Window parent = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | rp | Report to modify |
| bool | showadvanced | Set this parameter to true to show advanced tab, usually only useful while designing the report |
| IWin32Window | parent |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the user modified the report |