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