ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Dashboard Namespace / TextStyle Class / Parse(IPropertyBag,String,TextStyle) Method
property collections represented by GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag
substitution to resolve a full name of property
the default value will be returned if properties do not contain text style values

In This Topic
    Parse(IPropertyBag,String,TextStyle) Method
    In This Topic
    Collects TextStyle instance from GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag using the given substitution.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal properties As IPropertyBag, _
       ByVal substitution As String, _
       ByVal defaultStyle As TextStyle _
    ) As TextStyle
    public static TextStyle Parse( 
       IPropertyBag properties,
       string substitution,
       TextStyle defaultStyle
    )

    Parameters

    properties
    property collections represented by GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag
    substitution
    substitution to resolve a full name of property
    defaultStyle
    the default value will be returned if properties do not contain text style values
    See Also