Syntax
'Declaration
Public Overloads Function GetSupportedSettings( _
ByVal As Boolean _
) As GrapeCity.ActiveReports.Extensibility.Rendering.ISettings
public GrapeCity.ActiveReports.Extensibility.Rendering.ISettings GetSupportedSettings(
bool
)
Parameters
- fpl
- Returns the image rendering settings.
Return Value
settings of current
ImageRenderingExtension instance.
See Also