In This Topic
Loads a report definition from a stream into the current report. The stream should contain an RDL report definition in the supported format.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As Stream _
)
public void Load(
Stream
)
Parameters
- stream
- The stream containing the report definition.
See Also