Loads a report definition from a stream into the current report. The stream should contain an RDL report definition in the supported format.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Load(
	Stream stream
)
Visual Basic
Public Sub Load ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream containing the report definition.

See Also