GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.Data 名前空間 > XMLDataSource クラス : Document プロパティ |
'宣言 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