GetReportList(XmlDocumentWrapperBase) Method
In This Topic
Gets a list of reports available in an C1.Win.C1Document.Serialization.XmlDocumentWrapperBase.
Syntax
'Declaration
Public Overloads Shared Function GetReportList( _
ByVal As XmlDocumentWrapperBase _
) As String()
public static string[] GetReportList(
XmlDocumentWrapperBase
)
Parameters
- doc
- Reference to C1.Win.C1Document.Serialization.XmlDocumentWrapperBase object.
Return Value
A string array containing the names of all reports in the document.
See Also