ActiveReports Developer 7
Settings Property
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > IHtmlRenderingExtensionContext Interface : Settings Property

Glossary Item Box

Gets the GrapeCity.ActiveReports.Extensibility.Rendering.ISettings to use while rendering a report. This points back to the settings on the HtmlRenderingExtension class.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Settings As ISettings
C# 
ISettings Settings {get;}

See Also