Click or drag to resize

StiPercentageFormatService Class

Describes a service for the text formatting as percentage values.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiPercentageFormatConverter))]
public class StiPercentageFormatService : StiCurrencyFormatService

The StiPercentageFormatService type exposes the following members.

Constructors
  NameDescription
Public methodStiPercentageFormatService
Creates a new format of the type StiPercentageFormatService.
Public methodStiPercentageFormatService(Int32, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String)
Creates a new format of the type StiPercentageFormatService with specified parameters.
Public methodStiPercentageFormatService(Int32, Int32, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String)
Initializes a new instance of the StiPercentageFormatService class
Public methodStiPercentageFormatService(Int32, Int32, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, StiTextFormatState)
Initializes a new instance of the StiPercentageFormatService class
Top
Properties
  NameDescription
Public propertyDecimalDigits
Gets or sets indicates the number of decimal places to use in currency values.
(Inherited from StiNumberFormatService.)
Public propertyDecimalSeparator
Gets or sets the string to use as the decimal separator in currency values.
(Inherited from StiNumberFormatService.)
Public propertyGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in currency values.
(Inherited from StiNumberFormatService.)
Public propertyGroupSize
Gets or sets the number of digits in group to the left of the decimal in currency values.
(Inherited from StiNumberFormatService.)
Public propertyIdent (Inherited from StiFormatService.)
Public propertyIsDefault (Inherited from StiFormatService.)
Public propertyIsFormatStringFromVariable
Internal use only.
(Inherited from StiFormatService.)
Public propertyNativeFormatString
Returns native format string.
(Overrides StiCurrencyFormatServiceNativeFormatString.)
Public propertyNegativePattern
Gets or sets the format pattern for negative numeric values.
(Inherited from StiNumberFormatService.)
Public propertyNullDisplay
Gets or sets string value to show the value null.
(Inherited from StiNumberFormatService.)
Public propertyPosition (Overrides StiCurrencyFormatServicePosition.)
Public propertyPositivePattern
Gets or sets the format pattern for positive currency values.
(Inherited from StiCurrencyFormatService.)
Public propertyProperties (Inherited from StiService.)
Public propertySample
Gets value to show a sample of formatting.
(Overrides StiCurrencyFormatServiceSample.)
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 StiCurrencyFormatServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiFormatService.)
Public propertyState (Inherited from StiNumberFormatService.)
Public propertyStringFormat
Gets or sets string of formatting.
(Overrides StiCurrencyFormatServiceStringFormat.)
Public propertySymbol
Gets or sets a currency symbol.
(Inherited from StiCurrencyFormatService.)
Public propertyUseGroupSeparator
Gets or sets value indicates it is necessary to use a group separator.
(Inherited from StiNumberFormatService.)
Public propertyUseLocalSetting
Gets or sets value indicates it is necessary to use local settings.
(Inherited from StiNumberFormatService.)
Top
Methods
  NameDescription
Public methodClone (Inherited from StiNumberFormatService.)
Public methodCreateNew (Overrides StiCurrencyFormatServiceCreateNew.)
Public methodEquals (Overrides StiCurrencyFormatServiceEquals(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 in order of regulations and returns a string.
(Overrides StiCurrencyFormatServiceFormat(String, Object).)
Public methodGetHashCode (Overrides StiCurrencyFormatServiceGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Inherited from StiCurrencyFormatService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Overrides StiCurrencyFormatServiceSaveToJsonObject(StiJsonSaveMode).)
Public methodToString (Inherited from StiFormatService.)
Top
See Also