[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.EmailRenderingExtension.GetSupportedSettings

GetSupportedSettings Method

GetSupportedSettings()

Returns the default settings supported by this rendering extension.

Declaration
public ISettings GetSupportedSettings()
Returns
Type Description
ISettings

An ISettings instance with default values.

Implements

GetSupportedSettings(bool)

Returns the settings supported by this rendering extension.

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

When true, returns settings for full-page layout mode.

Returns
Type Description
ISettings

An ISettings instance populated for the requested mode.

Implements