'宣言 Public Overloads Shared Function GetReportList( _ ByVal stream As System.IO.Stream _ ) As System.String()
'使用法 Dim stream As System.IO.Stream Dim value() As System.String value = FlexReport.GetReportList(stream)
public static System.string[] GetReportList( System.IO.Stream stream )
パラメータ
- stream
- XML レポート定義を含むストリームが含まれます。
戻り値の型
XML 定義内のすべてのレポートの名前を含む文字配列。