AutoComplete for ASP.NET Web Forms
GetReportInfo(XmlDocument) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > GetReportInfo メソッド : GetReportInfo(XmlDocument) メソッド
Reference to the System.Xml.XmlDocument that contains the reports.
Gets a list of reports available in an System.Xml.XmlDocument.
シンタックス
'宣言
 
Public Overloads Function GetReportInfo( _
   ByVal doc As System.Xml.XmlDocument _
) As System.String()
public System.string[] GetReportInfo( 
   System.Xml.XmlDocument doc
)

パラメータ

doc
Reference to the System.Xml.XmlDocument that contains the reports.

戻り値の型

A string array containing the names of all reports in the XmlDocument.
参照

C1Report クラス
C1Report メンバ
オーバーロード一覧