ReportViewer コントロールの ProcessingMode が Local に設定されている場合に使用される Report クラスのインスタンスを取得します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property LocalReport As LocalReport
Get
'使用
Dim instance As ReportViewer
Dim value As LocalReport
value = instance.LocalReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public LocalReport LocalReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property LocalReport^ LocalReport {
LocalReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member LocalReport : LocalReport
function get LocalReport () : LocalReport
プロパティ値
型: Microsoft.Reporting.WebForms.LocalReport
ReportViewer コントロールのローカル レポートを含んでいる LocalReport オブジェクト。
使用例
コード例については、「LocalReport」を参照してください。