Click or drag to resize

dataProviderToolssetColors Method

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

Namespace:  imbSCI.Reporting.meta.data
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static PropertyCollection setColors(
	this PropertyCollection data,
	acePaletteRole mainColor,
	acePaletteRole layoutColor
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
The data.
mainColor
Type: imbSCI.Core.reporting.colorsacePaletteRole
Color of the main.
layoutColor
Type: imbSCI.Core.reporting.colorsacePaletteRole
Color of the layout.

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