ActiveReports 6 Online Help
RenderBeginTag Method

HtmlTextWriter.
Extracts the style attribute from the outer div or table tag when using Acrobat and uses a percentage of the width or height.
Syntax
'Declaration
 
Public Overrides Sub RenderBeginTag( _
   ByVal writer As HtmlTextWriter _
) 
public override void RenderBeginTag( 
   HtmlTextWriter writer
)

Parameters

writer
HtmlTextWriter.
Remarks
The width or height being specified as 100% on both the div and the object or iframe causes problems.
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

WebViewer Class
WebViewer Members
Base Implementation in RenderBeginTag

Send Feedback