Class GridOptions
Dialog for editing a report's design grid settings, including spacing, color, line style, and whether the grid is enabled and visible.
Inheritance
GridOptions
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class GridOptions : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceGridOptions()
Declaration
public GridOptions()
Methods
View SourceAlterGridOptions(Report)
Declaration
public static bool AlterGridOptions(Report nreport)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | nreport |
Returns
| Type | Description |
|---|---|
| bool |
Dispose(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. |