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

In This Topic
    GetSecondaryStreams Method (FileStreamProvider)
    In This Topic
    Gets the array of secondary streams
    Syntax
    'Declaration
     
    Public Overrides Function GetSecondaryStreams() As StreamInfo()
    public override StreamInfo[] GetSecondaryStreams()

    Return Value

    an array of GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamInfo containing the secondary streams.
    See Also