ActiveReports 12 Server User Guide
AddAttributesToRender Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace > ReportList Class : AddAttributesToRender Method
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriterTag. This method is used primarily by control developers.
Syntax
'Declaration
 
Protected Overrides Sub AddAttributesToRender( _
   ByVal writer As HtmlTextWriter _
) 
protected override void AddAttributesToRender( 
   HtmlTextWriter writer
)

Parameters

writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also

Reference

ReportList Class
ReportList Members
Base Implementation in AddAttributesToRender