Gets a list of reports available in an XML report definition file.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static string[] GetReportList(
	Stream stream
)
Visual Basic
Public Shared Function GetReportList ( _
	stream As Stream _
) As String()

Parameters

stream
Type: System.IO..::..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