ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.IO Namespace / StreamProvider Class / GetPrimaryStream Method

In This Topic
    GetPrimaryStream Method (StreamProvider)
    In This Topic
    Returns a GrapeCity.ActiveReports.Extensibility.IO.StreamInfo providing access to the primary stream.
    Syntax
    'Declaration
     
    Public MustOverride Function GetPrimaryStream() As StreamInfo
    public abstract StreamInfo GetPrimaryStream()
    See Also