ServerReport.GetServerVersion 方法

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 命名空间