ReportViewer.ServerReport 屬性
取得當 ReportViewer 控制項的 ProcessingMode 設定為 Remote 時,所使用之 Report 類別的執行個體。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
Get
'用途
Dim instance As ReportViewer
Dim value As ServerReport
value = instance.ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ServerReport^ ServerReport {
ServerReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ServerReport : ServerReport
function get ServerReport () : ServerReport
屬性值
型別:Microsoft.Reporting.WebForms.ServerReport
包含 ReportViewer 控制項內伺服器報表的 ServerReport 物件。
範例
請參閱 ServerReport,以取得程式碼範例。