Click or drag to resize

StiTablePartDrawer Constructor (DataGridViewCellPaintingEventArgs, DataGridView, ListBoxObjectCollection, ListStiDataSortRule, ListStiDataFilterRule, ListStiDataActionRule, IStiTableElement)

Initializes a new instance of the StiTablePartDrawer class

Namespace:  Stimulsoft.Report.Dashboard.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTablePartDrawer(
	DataGridViewCellPaintingEventArgs cellArgs,
	DataGridView grid,
	ListBoxObjectCollection items,
	List<StiDataSortRule> sorts,
	List<StiDataFilterRule> filters,
	List<StiDataActionRule> actions,
	IStiTableElement table = null
)

Parameters

cellArgs
Type: System.Windows.FormsDataGridViewCellPaintingEventArgs

[Missing <param name="cellArgs"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

grid
Type: System.Windows.FormsDataGridView

[Missing <param name="grid"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

items
Type: System.Windows.FormsListBoxObjectCollection

[Missing <param name="items"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

sorts
Type: System.Collections.GenericListStiDataSortRule

[Missing <param name="sorts"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

filters
Type: System.Collections.GenericListStiDataFilterRule

[Missing <param name="filters"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

actions
Type: System.Collections.GenericListStiDataActionRule

[Missing <param name="actions"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

table (Optional)
Type: Stimulsoft.Report.DashboardIStiTableElement

[Missing <param name="table"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTablePartDrawer.#ctor(System.Windows.Forms.DataGridViewCellPaintingEventArgs,System.Windows.Forms.DataGridView,System.Windows.Forms.ListBox.ObjectCollection,System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataSortRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataFilterRule},System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataActionRule},Stimulsoft.Report.Dashboard.IStiTableElement)"]

See Also