Returns the version of the report server.
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (microsoft.reportviewer.webforms.dll 内)
構文
'宣言
'使用
戻り値
A string value containing the server version information.
例
Private Sub Button2_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button2.Click
Debug.WriteLine(ReportViewer1.ServerReport.GetServerVersion)
End Sub
参照
リファレンス
ServerReport クラス
ServerReport メンバ
Microsoft.Reporting.WebForms 名前空間