ActiveReports 9 Server
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.
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

Reference

ReportList Class
ReportList Members
Base Implementation in AddAttributesToRender

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum