Click or drag to resize

StiBooleanFormatService Class

Describes a service for formatting of the text, like boolean values.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiBooleanFormatConverter))]
public class StiBooleanFormatService : StiFormatService

The StiBooleanFormatService type exposes the following members.

Constructors
  NameDescription
Public methodStiBooleanFormatService
Creates a new format of the type StiBooleanFormatService.
Public methodStiBooleanFormatService(String, String, String, String, String)
Creates a new format of the type StiBooleanFormatService with specified parameters.
Top
Properties
  NameDescription
Public propertyFalseDisplay
Gets or sets the string value to show the value false.
Public propertyFalseValue
Gets or sets the string value for identification the value false.
Public propertyIdent (Inherited from StiFormatService.)
Public propertyIsDefault (Inherited from StiFormatService.)
Public propertyIsFormatStringFromVariable
Internal use only.
(Inherited from StiFormatService.)
Public propertyNativeFormatString
Returns native format string.
(Inherited from StiFormatService.)
Public propertyNullDisplay
Gets or sets the string value to show the value null.
Public propertyPosition (Overrides StiFormatServicePosition.)
Public propertyProperties (Inherited from StiService.)
Public propertySample
Gets value to show a sample of formatting.
(Overrides StiFormatServiceSample.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiFormatService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiFormatService.)
Public propertyStringFormat
Gets or sets string of formatting.
(Inherited from StiFormatService.)
Public propertyTrueDisplay
Gets or sets the string value to show the value true.
Public propertyTrueValue
Gets or sets string value for identification the value true.
Top
Methods
  NameDescription
Public methodClone (Overrides StiServiceClone.)
Public methodCreateNew (Overrides StiFormatServiceCreateNew.)
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat(Object)
Formats the specified object in order of format and returns a string.
(Inherited from StiFormatService.)
Public methodFormat(String, Object)
Formats the specified object on specified rule and returns the line.
(Overrides StiFormatServiceFormat(String, Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Overrides StiFormatServiceLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Overrides StiFormatServiceSaveToJsonObject(StiJsonSaveMode).)
Public methodToString (Inherited from StiFormatService.)
Top
See Also