ActiveReports Developer 7
IHtmlRenderingExtensionContext Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace : IHtmlRenderingExtensionContext Interface

Glossary Item Box

The following tables list the members exposed by IHtmlRenderingExtensionContext.

Public Properties

 NameDescription
 PropertyBodyWriterGets a XHTMLWriter to use for the HTML body section.  
 PropertyBookmarkDictionaryReturns a GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary containing the bookmarks for the report.  
 PropertySettingsGets the GrapeCity.ActiveReports.Extensibility.Rendering.ISettings to use while rendering a report. This points back to the settings on the HtmlRenderingExtension class.  
Top

Public Methods

 NameDescription
 MethodGetLPathGets a string representation of the provided GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.  
Top

See Also