Click or drag to resize

stylerForRangesetupForVariables Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Setups for variables.

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setupForVariables(
	PropertyCollection data,
	cursor cur,
	string title,
	string footer,
	string between,
	bool loadPreset = false
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
The data.
cur
Type: imbSCI.Core.reporting.zonecursor
The current.
title
Type: SystemString
footer
Type: SystemString
between
Type: SystemString
loadPreset (Optional)
Type: SystemBoolean
if set to true [load preset].
See Also