Load(Stream,String) Method
Loads a report from an XML report definition in stream.
public void Load(
System.IO.Stream ,
System.string
)
'Declaration
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal As System.String _
)
Parameters
- stream
- Stream containing XML report definition.
- reportName
- Name of the report to retrieve from the file (case-insensitive).