ReportViewer.RegisterPostBackControl 메서드
지정된 컨트롤을 ReportViewer 컨트롤에 등록합니다. ReportViewer 컨트롤은 등록된 컨트롤이 포스트백을 발생시키는 경우 대기 컨트롤을 표시합니다.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
Public Sub RegisterPostBackControl ( _
control As Control _
)
‘사용 방법
Dim instance As ReportViewer
Dim control As Control
instance.RegisterPostBackControl(control)
public void RegisterPostBackControl(
Control control
)
public:
void RegisterPostBackControl(
Control^ control
)
member RegisterPostBackControl :
control:Control -> unit
public function RegisterPostBackControl(
control : Control
)
매개 변수
- control
유형: System.Web.UI.Control
ReportViewer 포스트백에 대한 트리거로 등록할 컨트롤입니다.
주의
기본적으로 ReportViewer 컨트롤은 ReportViewer 컨트롤 자체가 포스트백을 발생시켰음을 확인하는 경우에만 대기 컨트롤을 표시합니다. 이 메서드를 사용하여 사용자 지정 컨트롤을 등록하면 사용자 지정 컨트롤의 동작에 따른 결과로 대기 컨트롤이 표시되도록 할 수 있습니다. 이 메서드는 지정된 컨트롤과 이 컨트롤에 포함된 모든 자식 컨트롤을 등록합니다.
사용자 지정 컨트롤을 사용하거나 사용하지 않도록 설정하려면 속성 변경 이벤트를 구독하여 ReportViewer 포스트백이 시작되고 끝날 때 Microsoft.Reporting.WebFormsClient.isLoading 클라이언트측 속성이 알림을 받도록 해야 합니다. 클라이언트측 컨트롤을 사용하는 방법은 Microsoft.Reporting.WebFormsClient.ReportViewer 클래스를 참조하십시오.