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

In This Topic
    IDocumentLoader Interface
    In This Topic
    Defines the interface for loading documents.
    Object Model
    IDocumentLoader Interface
    Syntax
    'Declaration
     
    Public Interface IDocumentLoader 
    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