ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / BitmapCachedDocumentModel Class / BitmapCachedDocumentModel Constructor
The document model.

In This Topic
    BitmapCachedDocumentModel Constructor
    In This Topic
    Initializes a new instance of the BitmapCachedDocumentModel class by determined document model.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sourceModel As DocumentModel _
    )
    public BitmapCachedDocumentModel( 
       DocumentModel sourceModel
    )

    Parameters

    sourceModel
    The document model.
    See Also