ActiveReports 8
GetSecondaryStreams Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.IO Namespace > StreamProvider Class : GetSecondaryStreams Method

Glossary Item Box

Returns an array of DataDynamics.Reports.Extensibility.IO.StreamInfo objects providing access to the secondary stream(s).

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetSecondaryStreams() As StreamInfo()
C# 
public abstract StreamInfo[] GetSecondaryStreams()

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also