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

In This Topic
    Parse(IPropertyBag,String,FillStyle) Method
    In This Topic
    Collects FillStyle 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 FillStyle _
    ) As FillStyle
    public static FillStyle Parse( 
       IPropertyBag properties,
       string substitution,
       FillStyle 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 fill style values
    Remarks
    If default value is null and there are no fill style properties in property bag then the White color will be returned.
    See Also