Click or drag to resize

dataProviderForStyler Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the dataProviderForStyler class

Namespace:  imbSCI.Reporting.meta.data
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public dataProviderForStyler(
	cursorVariatorHeadFootFlags headFoot,
	appendTableOptionFlags tableOps,
	cursorVariatorOddEvenFlags oddEven,
	styleFourSide container,
	acePaletteRole mainColor,
	acePaletteRole layoutColor
)
Request Example View Source

Parameters

headFoot
Type: imbSCI.Core.enumscursorVariatorHeadFootFlags
tableOps
Type: imbSCI.Data.enums.appendsappendTableOptionFlags
oddEven
Type: imbSCI.Data.enumscursorVariatorOddEvenFlags
container
Type: imbSCI.Core.reporting.style.corestyleFourSide
mainColor
Type: imbSCI.Core.reporting.colorsacePaletteRole
layoutColor
Type: imbSCI.Core.reporting.colorsacePaletteRole
See Also