MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IDocumentLoader Interface
Members

IDocumentLoader Interface
Defines the interface for loading documents.
Object Model
IDocumentLoader Interface
Syntax
'Declaration
 
Public Interface IDocumentLoader 
 
Remarks
Implementations of this interface are responsible for loading documents from various sources, such as files or streams, into a format that can be used by the application. The interface also provides access to the format of the document being loaded.
See Also