Click or drag to resize
TableViewExporter Constructor (GridTableView, String, Boolean, Boolean)

Namespace: Kettic.AspNet.Controls.Grid.Export
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TableViewExporter(
	GridTableView tableView,
	string fileName,
	bool dataOnly,
	bool ignorePaging
)

Parameters

tableView
Type: Kettic.AspNet.ControlsGridTableView
fileName
Type: SystemString
dataOnly
Type: SystemBoolean
ignorePaging
Type: SystemBoolean
See Also