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를 참조하십시오.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WinForms 네임스페이스