PowerTools ActiveReports for .NET 9.0J
Document プロパティ (XMLDataSource)
使用例 

データソースとして使用するためにロードされたXmlDocumentへの参照を返します。
構文
'宣言
 
Public ReadOnly Property Document As XmlDocument
public XmlDocument Document {get;}
使用例
Private void SectionReport1_ReportStart(object sender, System.EventArgs eArgs)
{
    System.Windows.Forms.MessageBox.Show (this.ds.Document.BaseURI.ToString());
}
Private Sub SectionReport1_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
    MsgBox(Me.ds.Document.BaseURI.ToString)
End Sub
参照

関連項目

XMLDataSource クラス
XMLDataSource メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.