C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GetReportList Method / GetReportList(XmlDocumentWrapperBase) Method
Reference to C1.Xaml.Document.Serialization.XmlDocumentWrapperBase object.

In This Topic
GetReportList(XmlDocumentWrapperBase) Method
In This Topic
Gets a list of reports available in an C1.Xaml.Document.Serialization.XmlDocumentWrapperBase.
Syntax
'Declaration
 
Public Overloads Shared Function GetReportList( _
   ByVal doc As XmlDocumentWrapperBase _
) As String()
 

Parameters

doc
Reference to C1.Xaml.Document.Serialization.XmlDocumentWrapperBase object.

Return Value

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