ComponentOne FlexReport for UWP
GetReportList(Stream) Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class > GetReportList Method : GetReportList(Stream) Method
Contains the stream with XML report definition.
Gets a list of reports available in an XML report definition file.
Syntax
'Declaration
 
Public Overloads Shared Function GetReportList( _
   ByVal stream As System.IO.Stream _
) As System.String()
public static System.string[] GetReportList( 
   System.IO.Stream stream
)

Parameters

stream
Contains the stream with XML report definition.

Return Value

A string array containing the names of all reports in the XML definition.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List