Class OpenPageForm
Represents a form for opening and adding pages of another report to the main report.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
OpenPageForm
Inherited Members
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class OpenPageForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
OpenPageForm(Designer, Report)
Creates a new instance of the form to open the pages of another report
Declaration
public OpenPageForm(Designer designer, Report report)
Parameters
Type | Name | Description |
---|---|---|
Designer | designer | Designer of the main report. |
Report | report | The report from which pages will be added to the main report |
Properties
Designer
Designer of the main report.
Declaration
public Designer Designer { get; }
Property Value
Type | Description |
---|---|
Designer |
MultiPage
Gets or sets a value indicating whether the page selection mode is single or multiple.
Declaration
public bool MultiPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Localize()
Localizes the dialog controls.
Declaration
public override void Localize()
Overrides
Remarks
Use this method to set control's captions specific to the current locale.