Click or drag to resize

dataProviderToolssetSizing Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the sizing.

Namespace:  imbSCI.Reporting.meta.data
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static PropertyCollection setSizing(
	this PropertyCollection data,
	int width,
	int height,
	bool doMerge,
	acePaletteVariationRole varRole,
	appendRole role
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
The data.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
doMerge
Type: SystemBoolean
if set to true [do merge].
varRole
Type: imbSCI.Core.reporting.colorsacePaletteVariationRole
The variable role.
role
Type: imbSCI.Core.reporting.style.enumsappendRole
The role.

Return Value

Type: PropertyCollection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also