ActiveReports Developer 7
RenderBeginTag Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : RenderBeginTag Method

writer
HtmlTextWriter.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Sub RenderBeginTag( _
   ByVal writer As System.Web.UI.HtmlTextWriter _
) 
C# 
public virtual void RenderBeginTag( 
   System.Web.UI.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