ToXmlStream(Report) Method
Saves the report to a stream in XML format.
'Declaration
Public Overloads Shared Function ToXmlStream( _
ByVal As Report _
) As Stream
Parameters
- report
- The report to be saved.
Return Value
A stream containing the report in XML format.