다음을 통해 공유


Custom Report Item Architecture

새 설치: 2005년 12월 5일

A custom report item is an extension to the Report Definition Language (RDL) that allows developers to add functionality that’s not natively supported in RDL or extend the functionality of existing controls. There are two main components to a custom report item: the run-time component and the design-time component. These components are implemented as .NET Framework assemblies, and can be written in any CLS-compliant language.

The Run-Time Component

The run-time component for a custom report item is called by the report processor at run time. The run-time component accepts data passed by the report processor at run time, processes this data, and returns an image containing the rendered custom report item.

사용자 지정 보고서 항목 런타임 구성 요소

The Design-Time Component

The design-time component allows the custom report item to be defined and manipulated in the Report Designer interface in Visual Studio. The design-time component consists of several sub-controls that control the appearance and properties of the custom report item in the design environment.

사용자 지정 보고서 항목 디자인 타임 구성 요소

참고 항목

개념

Creating a Custom Report Item
Deploying a Custom Report Item

관련 자료

사용자 지정 보고서 항목 예제

도움말 및 정보

SQL Server 2005 지원 받기