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

In This Topic
    ILoadableFromFileAndStream Interface
    In This Topic
    Defines the capability to load objects from both file and stream sources.
    Object Model
    ILoadableFromFileAndStream Interface
    Syntax
    'Declaration
     
    Public Interface ILoadableFromFileAndStream 
    public interface ILoadableFromFileAndStream 
    Remarks
    This interface is designed for objects that can be initialized or populated from external sources such as files or streams. It supports loading from a simple file path, a stream, or a stream with an associated base URI for resolving relative paths or URIs within the loaded data.
    See Also