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

Glossary Item Box

Gets the primary stream.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetPrimaryStream() As StreamInfo
C# 
public override StreamInfo GetPrimaryStream()

Return Value

a GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamInfo for the primary stream.

See Also