'宣言 Public Overloads Shared Function GetReportList( _ ByVal doc As XmlDocumentWrapperBase _ ) As System.String()
'使用法 Dim doc As XmlDocumentWrapperBase Dim value() As System.String value = FlexReport.GetReportList(doc)
public static System.string[] GetReportList( XmlDocumentWrapperBase doc )
パラメータ
- doc
- C1.WPF.Document.Serialization.XmlDocumentWrapperBase オブジェクトへの参照。
戻り値の型
ドキュメント内のすべてのレポートの名前を含む文字配列。