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

GrapeCity.ActiveReports.Data 名前空間 > XMLDataSource クラス : Document プロパティ
データソースとして使用するためにロードされた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 メンバ