ActiveReports Developer 7
Render(IRenderingExtension,StreamProvider,NameValueCollection) Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Render(IRenderingExtension,StreamProvider,NameValueCollection) Method

extension
streamProvider
settings

Glossary Item Box

Exports the specified loaded report to the specified file (or group of files) by using the specified export extension. Note: for page report only.

Syntax

Visual Basic (Declaration) 
Public Sub Render( _
   ByVal extension As IRenderingExtension, _
   ByVal streamProvider As StreamProvider, _
   ByVal settings As System.Collections.Specialized.NameValueCollection _
) 
C# 
public void Render( 
   IRenderingExtension extension,
   StreamProvider streamProvider,
   System.Collections.Specialized.NameValueCollection settings
)

Parameters

extension
streamProvider
settings

See Also