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
)
Public Sub New (
falseValue As String,
trueValue As String,
falseDisplay As String,
trueDisplay As String,
nullDisplay As String
)
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