ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Html Assembly / GrapeCity.ActiveReports.Export.Html.Page Namespace / HtmlRenderingExtension Class / GetSupportedSettings Method / GetSupportedSettings(Boolean) Method
Returns the HTML rendering settings.

In This Topic
    GetSupportedSettings(Boolean) Method
    In This Topic
    Returns settings of current HtmlRenderingExtension instance.
    Syntax
    'Declaration
     
    Public Overloads Function GetSupportedSettings( _
       ByVal fpl As Boolean _
    ) As ISettings
    public ISettings GetSupportedSettings( 
       bool fpl
    )

    Parameters

    fpl
    Returns the HTML rendering settings.
    See Also