ActiveReports 12
RenderBeginTag Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : 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 Overridable Sub RenderBeginTag( _
   ByVal writer As HtmlTextWriter _
) 
public virtual 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

Reference

WebViewer Class
WebViewer Members