ReportViewer.LocalReport プロパティ
ReportViewer コントロールのローカル レポートを返します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public ReadOnly Property LocalReport As LocalReport
Get
'使用
Dim instance As ReportViewer
Dim value As LocalReport
value = instance.LocalReport
public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
LocalReport^ get ();
}
member LocalReport : LocalReport
function get LocalReport () : LocalReport
プロパティ値
型: Microsoft.Reporting.WinForms.LocalReport
ReportViewer コントロールのローカル レポートを含んでいる LocalReport オブジェクト。
使用例
コード例については、「LocalReport」を参照してください。