ActiveReports Developer 7
GetSupportedSettings() Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IConfigurable Interface > GetSupportedSettings Method : GetSupportedSettings() Method

Glossary Item Box

Returns the settings supported by a rendering extension.

Syntax

Visual Basic (Declaration) 
Overloads Function GetSupportedSettings() As ISettings
C# 
ISettings GetSupportedSettings()

Return Value

a DataDynamics.Reports.Extensibility.Rendering.ISettings to provide access to the rendering extension settings.

See Also