ActiveReports Developer 7
GetSecondaryStreams Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Rendering.IO Namespace > MemoryStreamProvider Class : GetSecondaryStreams Method

Glossary Item Box

Gets the array of secondary streams

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetSecondaryStreams() As StreamInfo()
C# 
public override StreamInfo[] GetSecondaryStreams()

Return Value

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

See Also