ActiveReports.Web Request technical support
RenderBeginTag Method
See Also 


writer
HtmlTextWriter.
Extracts the style attribute from the outer div or table tag when using Acrobat or ActiveX and uses a percentage of the width or height.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub RenderBeginTag( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebViewer
Dim writer As HtmlTextWriter
 
instance.RenderBeginTag(writer)
C# 
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.

See Also