[]
Returns a string representation of the specified value using IStyle and according to the language settings defined in the report or current server language.
string Format(object value, IStyle style)
Type | Name | Description |
---|---|---|
object | value | |
IStyle | style |
Type | Description |
---|---|
string |
According to RDL specs. report item language takes precedence over report language and everything fallbacks on a default (server -- whatever it is) language.
Returns a string representation of the specified value consistent with the current report language settings and using the specified format string.
string Format(object value, string formatSpecifier)
Type | Name | Description |
---|---|---|
object | value | |
string | formatSpecifier |
Type | Description |
---|---|
string |