Class DataShow
Datashow is the form where the sample data of a DataSet is shown
Inheritance
DataShow
Implements
Inherited Members
Namespace: Reportman.Reporting.Forms
Assembly: Reportman.Reporting.Forms.dll
Syntax
public class DataShow : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
DataShow()
Constructor
Declaration
public DataShow()
Methods
Dispose(bool)
Cleanup resources
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
ShowData(Report, string, IWin32Window)
Show report dataset data
Declaration
public static void ShowData(Report areport, string datasetName, IWin32Window ParentForm)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | areport | Report containing the dataset |
| string | datasetName | Dataset Name |
| IWin32Window | ParentForm |