Format(Object,IStyle) Method
In This Topic
Returns a string representation of the specified value using
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IStyle and according to the language settings defined in the report or current server language.
Syntax
'Declaration
Overloads Function Format( _
ByVal As Object, _
ByVal As IStyle _
) As String
Parameters
- value
- style
See Also