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」を参照してください。