Click or drag to resize

StiCrossTabStyleDrawBox Method

[Missing <summary> documentation for "M:Stimulsoft.Report.StiCrossTabStyle.DrawBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void DrawBox(
	Graphics g,
	Rectangle rect,
	bool paintValue,
	bool paintImage
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.StiCrossTabStyle.DrawBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.StiCrossTabStyle.DrawBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

paintValue
Type: SystemBoolean

[Missing <param name="paintValue"/> documentation for "M:Stimulsoft.Report.StiCrossTabStyle.DrawBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

paintImage
Type: SystemBoolean

[Missing <param name="paintImage"/> documentation for "M:Stimulsoft.Report.StiCrossTabStyle.DrawBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

See Also