ActiveReports.Web Request technical support
SetRenderMethodDelegate Method
See Also 


renderMethod

Syntax

Visual Basic (Declaration) 
Public Sub SetRenderMethodDelegate( _
   ByVal renderMethod As RenderMethod _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebViewer
Dim renderMethod As RenderMethod
 
instance.SetRenderMethodDelegate(renderMethod)
C# 
public void SetRenderMethodDelegate( 
   RenderMethod renderMethod
)

Parameters

renderMethod

See Also