Class PagedDataTable
Implements
IXmlSerializable
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class PagedDataTable : DataTable, IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable
Constructors
PagedDataTable()
Declaration
public PagedDataTable()
Fields
PageSize
Declaration
public int PageSize
Field Value
| Type | Description |
|---|---|
| int |
UpdateColumns
Declaration
public bool UpdateColumns
Field Value
| Type | Description |
|---|---|
| bool |
Properties
Active
Declaration
public bool Active { get; }
Property Value
| Type | Description |
|---|---|
| bool |
CurrentReader
Declaration
public IDataReader CurrentReader { get; set; }
Property Value
| Type | Description |
|---|---|
| IDataReader |
Eof
Declaration
public bool Eof { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Next()
Declaration
public bool Next()
Returns
| Type | Description |
|---|---|
| bool |
Events
OnDataChange
Declaration
public event PagedDataChange OnDataChange
Event Type
| Type | Description |
|---|---|
| PagedDataChange |
Implements
System.Xml.Serialization.IXmlSerializable