ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Dashboard Namespace / LineStyle Class / Parse(IPropertyBag,String,LineStyle) 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 line style values

In This Topic
    Parse(IPropertyBag,String,LineStyle) Method
    In This Topic
    Collects LineStyle 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 defaultValue As LineStyle _
    ) As LineStyle
    public static LineStyle Parse( 
       IPropertyBag properties,
       string substitution,
       LineStyle defaultValue
    )

    Parameters

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