[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.Converters

Converters Class

Provides methods to convert string representations to specific enumeration values.

Inheritance
Converters
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class Converters

Constructors

Name Description
Converters()

Methods

Name Description
TextJustifyFromString(string)

Converts a string representation of text justify to the corresponding TextJustify enumeration value.

WrapModeFromString(string)

Converts a string representation of wrap mode to the corresponding WrapMode enumeration value.

Extension Methods