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

In This Topic
    GetSecondaryStreams Method (StreamProvider)
    In This Topic
    Returns an array of GrapeCity.ActiveReports.Extensibility.IO.StreamInfo objects providing access to the secondary stream(s).
    Syntax
    'Declaration
     
    Public MustOverride Function GetSecondaryStreams() As StreamInfo()
    public abstract StreamInfo[] GetSecondaryStreams()
    See Also