ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.IO Namespace / StreamInfo Class / OpenStream Method

In This Topic
    OpenStream Method
    In This Topic
    Returns instance to the underlying System.IO.Stream
    Syntax
    'Declaration
     
    Public MustOverride Function OpenStream() As Stream
    public abstract Stream OpenStream()
    See Also