ActiveReports 13
Create(IApplicationContext,DocumentModel,DeviceKind) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > IDocumentRendererFactory Interface > Create Method : Create(IApplicationContext,DocumentModel,DeviceKind) Method
The application context.
The document model.
The target device.
Creates the IDocumentRenderer for specified document with specified context and target device kind.
Syntax
'Declaration
 
Overloads Function Create( _
   ByVal context As IApplicationContext, _
   ByVal document As DocumentModel, _
   ByVal device As DeviceKind _
) As IDocumentRenderer
IDocumentRenderer Create( 
   IApplicationContext context,
   DocumentModel document,
   DeviceKind device
)

Parameters

context
The application context.
document
The document model.
device
The target device.
See Also

Reference

IDocumentRendererFactory Interface
IDocumentRendererFactory Members
Overload List