ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IConfigurable Interface / GetSupportedSettings Method / GetSupportedSettings(Boolean) Method
Indicates that this is a fixed page layout

In This Topic
    GetSupportedSettings(Boolean) Method
    In This Topic
    Returns the settings supported by a rendering extension.
    Syntax
    'Declaration
     
    Overloads Function GetSupportedSettings( _
       ByVal fpl As Boolean _
    ) As ISettings
    ISettings GetSupportedSettings( 
       bool fpl
    )

    Parameters

    fpl
    Indicates that this is a fixed page layout

    Return Value

    A ISettings to provide access to the rendering extension settings.
    See Also