次の方法で共有


ServerReport.GetServerVersion メソッド

Returns the version of the report server.

名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (microsoft.reportviewer.winforms.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.WinForms 名前空間