다음을 통해 공유


CrystalReportViewerBase 멤버

CrystalReportViewer 클래스 및 CrystalReportPartsViewer 클래스의 기본 클래스입니다.

다음 표에는 CrystalReportViewerBase 형식에서 노출하는 멤버가 나열되어 있습니다.

공용 속성

속성 설명
Public property AutoDataBind  보고서 소스에 대한 자동 데이터 바인딩이 사용되는지 여부를 가져오거나 설정합니다. 값이 True로 설정되어 있으면 OnInit() 또는 Page_Init() 이벤트 다음에 DataBind() 메서드가 호출됩니다.
Public property ClientTarget  다양한 브라우저에 맞는 대상 렌더링을 가져오거나 설정합니다. 유효한 값은 'Uplevel', 'Downlevel' 및 'Auto'입니다.
Public property CssFilename  CSS 스타일시트(CSS) 파일의 파일 경로를 가져오거나 설정합니다.
Public property EnableDatabaseLogonPrompt  필요한 경우 CrystalReportViewer 컨트롤에서 데이터베이스 로그온을 위한 프롬프트를 표시하는지 여부를 가져오거나 설정합니다.
Public property EnableParameterPrompt  매개 변수 값이 설정되어 있지 않은 경우 매개 변수 프롬프트가 나타나는지 여부를 가져오거나 설정합니다.
Public property EnableToolTips  도구 설명을 표시할지 여부를 가져오거나 설정합니다.
Public property EnterpriseLogon  Enterprise 보고서의 로그온 정보를 가져오거나 설정합니다.
Public property LogOnInfo  TableLogOnInfos 컬렉션을 가져오거나 설정합니다.
Public property ParameterFieldInfo  매개 변수 필드 컬렉션 개체를 가져오거나 설정합니다.
Public property ReportSource  CrystalReportViewer 컨트롤에 바인딩할 보고서를 설정합니다.
Public property ReportSourceClassFactoryName  내부 ReportSource 개체를 만드는 데 필요한 정보를 가져오거나 설정합니다.
Public property ReportSourceID  사용할 ReportSourceControl의 ID를 가져오거나 설정합니다.
Public property ReuseParameterValuesOnRefresh  보고서를 새로 고칠 때 현재 매개 변수 값을 사용하는지 여부를 가져오거나 설정합니다.
Public property SelectionFormula  보고서의 레코드 선택 수식을 가져오거나 설정합니다.
Public property ViewTimeSelectionFormula  현재 브라우저 로케일을 사용하여 보고서를 표시하는지 여부를 가져오거나 설정합니다.

Top

공용 메서드

메서드 설명
Public method NavigateTo  현재 보고서 소스의 데이터 컨텍스트를 충족하는 특정 보고서 개체를 탐색합니다.

Top

공용 이벤트

이벤트 설명
Public event AfterRender  이 이벤트는 보고서 렌더링 프로세스가 끝나면 발생합니다.
Public event AfterRenderContent  이 이벤트는 보고서 내용 렌더링 프로세스가 끝나면 발생합니다.
Public event AfterRenderObject  이 이벤트는 보고서 개체 렌더링 프로세스가 끝나면 발생합니다.
Public event BeforeRender  이 이벤트는 보고서 렌더링 프로세스가 시작되면 발생합니다.
Public event BeforeRenderContent  이 이벤트는 보고서 내용 렌더링 프로세스가 시작되면 발생합니다.
Public event BeforeRenderObject  이 이벤트는 보고서 개체 렌더링 프로세스가 시작되면 발생합니다.
Public event Error  보고서 개체에서 예외가 발생할 때 이벤트가 발생합니다.
Public event OnRenderScript  이 이벤트는 HTML 스크립트 생성이 시작되면 발생합니다.
Public event OnRenderStyle  이 이벤트는 HTML 스타일 클래스 생성이 시작되면 발생합니다.
Public event ReportPartBookmarkNavigation  이 이벤트는 같은 보고서 또는 다른 보고서의 부분 보고서 탐색이 끝난 후 발생합니다.

Top

참고 항목

참조

CrystalDecisions.Web 네임스페이스