Click or drag to resize

StiBooleanFormatService Constructor (String, String, String, String, String)

Creates a new format of the type StiBooleanFormatService with specified parameters.

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiBooleanFormatService(
	string falseValue,
	string trueValue,
	string falseDisplay,
	string trueDisplay,
	string nullDisplay
)

Parameters

falseValue
Type: SystemString
String value to define the value false.
trueValue
Type: SystemString
String value to define the value true.
falseDisplay
Type: SystemString
String value to show the value false.
trueDisplay
Type: SystemString
String value to show the value true.
nullDisplay
Type: SystemString
String value to show the value null.
See Also