[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.GetSupportedSettings

GetSupportedSettings Method

GetSupportedSettings()

Returns the settings supported by a rendering extension.

Declaration
public ISettings GetSupportedSettings()
Returns
Type Description
ISettings

A ISettings to provide access to the rendering extension settings.

Implements

GetSupportedSettings(bool)

Returns the settings supported by a rendering extension.

Declaration
public ISettings GetSupportedSettings(bool fpl)
Parameters
Type Name Description
bool fpl

Indicates that this is a fixed page layout

Returns
Type Description
ISettings

A ISettings to provide access to the rendering extension settings.

Implements