Click or drag to resize

StiTableHelperResizeTable Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ResizeTable(
	double startX,
	double startY,
	double dpiX,
	double dpiY,
	bool resizeHorizontally,
	bool resizeVertically,
	bool invertX,
	bool invertY
)

Parameters

startX
Type: SystemDouble

[Missing <param name="startX"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

startY
Type: SystemDouble

[Missing <param name="startY"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

dpiX
Type: SystemDouble

[Missing <param name="dpiX"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

dpiY
Type: SystemDouble

[Missing <param name="dpiY"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

resizeHorizontally
Type: SystemBoolean

[Missing <param name="resizeHorizontally"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

resizeVertically
Type: SystemBoolean

[Missing <param name="resizeVertically"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

invertX
Type: SystemBoolean

[Missing <param name="invertX"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

invertY
Type: SystemBoolean

[Missing <param name="invertY"/> documentation for "M:Stimulsoft.Report.Design.StiTableHelper.ResizeTable(System.Double,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also