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