ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / GetReportList Method / GetReportList(Stream) Method
Contains the stream with XML report definition.

In This Topic
    GetReportList(Stream) Method
    In This Topic
    Gets a list of reports available in an XML report definition file.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetReportList( _
       ByVal stream As Stream _
    ) As String()
    public static string[] GetReportList( 
       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