ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / ExcelRenderingExtension Class / GetSupportedSettings Method / GetSupportedSettings(Boolean) Method
Is fixed page layout

In This Topic
    GetSupportedSettings(Boolean) Method
    In This Topic
    Gets the supported settings.
    Syntax
    'Declaration
     
    Public Overloads Function GetSupportedSettings( _
       ByVal fpl As Boolean _
    ) As GrapeCity.ActiveReports.Extensibility.Rendering.ISettings
    public GrapeCity.ActiveReports.Extensibility.Rendering.ISettings GetSupportedSettings( 
       bool fpl
    )

    Parameters

    fpl
    Is fixed page layout
    See Also