The ReportNumberFormat type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReportNumberFormat | Initializes a new instance of the ReportNumberFormat class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| Format |
Function returns an Expression Formatted as a Number.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| DecimalPlaces |
Gets or sets the Number of Decimal Places for the Number Format.
| |
| Enabled |
Enables or disables the Report Number Format.
| |
| GroupDigits |
Gets or sets whether or not numbers are grouped using the group delimiter specified in the locale settings.
| |
| IsPercent |
Enables or disables the Report Number Format as a Percentage.
| |
| LeadingDigit |
Gets or sets the Leading Digit for the Number Format.
| |
| UseParensForNegative |
Gets or sets whether to place negative values within parentheses.
|
See Also