ActiveReports 8
Settings Property
See Also 
GrapeCity.ActiveReports.Export.Html.v8 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;}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also