ActiveReports 13
CreateRenderer(DocumentModel,DeviceKind) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > IApplicationContext Interface > CreateRenderer Method : CreateRenderer(DocumentModel,DeviceKind) Method
The document model.
The target device kind.
Creates the renderer for specific document considering specific target device kind.
Syntax
'Declaration
 
Overloads Function CreateRenderer( _
   ByVal document As DocumentModel, _
   ByVal device As DeviceKind _
) As IDocumentRenderer
IDocumentRenderer CreateRenderer( 
   DocumentModel document,
   DeviceKind device
)

Parameters

document
The document model.
device
The target device kind.
See Also

Reference

IApplicationContext Interface
IApplicationContext Members
Overload List