[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateRenderer

CreateRenderer Method

CreateRenderer(DocumentModel)

Returns implementation of GraphicsDocumentRenderer

Declaration
public IDocumentRenderer CreateRenderer(DocumentModel document)
Parameters
Type Name Description
DocumentModel document
Returns
Type Description
IDocumentRenderer

CreateRenderer(DocumentModel, DeviceKind)

Creates the renderer for specific document considering the specific target device kind.

Declaration
public IDocumentRenderer CreateRenderer(DocumentModel document, DeviceKind device)
Parameters
Type Name Description
DocumentModel document

The document model.

DeviceKind device

The target device kind.

Returns
Type Description
IDocumentRenderer