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

ILoadableFromFileAndStream Interface
Defines the capability to load objects from both file and stream sources.
Object Model
ILoadableFromFileAndStream Interface
Syntax
'Declaration
 
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