获取报表查看器中的服务器报表。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property ServerReport As ServerReport
Get
用法
Dim instance As ReportViewer
Dim value As ServerReport
value = instance.ServerReport
public ServerReport ServerReport { get; }
public:
property ServerReport^ ServerReport {
ServerReport^ get ();
}
member ServerReport : ServerReport
function get ServerReport () : ServerReport
属性值
类型:Microsoft.Reporting.WinForms.ServerReport
包含报表查看器中的服务器报表的 ServerReport 对象。
示例
有关代码示例,请参阅 ServerReport。