Click or drag to resize

StiCrossTabHelperRenderCells Method

[Missing <summary> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

Namespace:  Stimulsoft.Report.CrossTab
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void RenderCells(
	StiCrossTab masterCrossTab,
	StiContainer outContainer,
	int startCol,
	int startRow,
	int endCol,
	int endRow,
	RectangleM rect
)

Parameters

masterCrossTab
Type: Stimulsoft.Report.CrossTabStiCrossTab

[Missing <param name="masterCrossTab"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

outContainer
Type: Stimulsoft.Report.ComponentsStiContainer

[Missing <param name="outContainer"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

startCol
Type: SystemInt32

[Missing <param name="startCol"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

startRow
Type: SystemInt32

[Missing <param name="startRow"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

endCol
Type: SystemInt32

[Missing <param name="endCol"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

endRow
Type: SystemInt32

[Missing <param name="endRow"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

rect
Type: Stimulsoft.Base.DrawingRectangleM

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.CrossTab.StiCrossTabHelper.RenderCells(Stimulsoft.Report.CrossTab.StiCrossTab,Stimulsoft.Report.Components.StiContainer,System.Int32,System.Int32,System.Int32,System.Int32,Stimulsoft.Base.Drawing.RectangleM)"]

See Also