Class OpenFromLibraryForm
Dialog that lets the user pick a configured report library from a combo box and then choose a report from it, returning the selection along with the loaded report stream.
Inheritance
OpenFromLibraryForm
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class OpenFromLibraryForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceOpenFromLibraryForm()
Declaration
public OpenFromLibraryForm()
Methods
View SourceDispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
View SourceOnAccept(object, EventArgs)
Declaration
public void OnAccept(object sender, EventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | |
| EventArgs | args |
OnCancel(object, EventArgs)
Declaration
public void OnCancel(object sender, EventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | |
| EventArgs | args |
SelectReportFromLibraries(ReportLibraryConfigCollection, SelectionModeType, IWin32Window)
Declaration
public static ReportLibrarySelection SelectReportFromLibraries(ReportLibraryConfigCollection libs, OpenFromLibrary.SelectionModeType SelectionType, IWin32Window parent)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportLibraryConfigCollection | libs | |
| OpenFromLibrary.SelectionModeType | SelectionType | |
| IWin32Window | parent |
Returns
| Type | Description |
|---|---|
| ReportLibrarySelection |