Creating a Custom Report Item
새 설치: 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. A custom report item consists of a run-time component that is called by the report processor at report execution time, and a design-time component that is used in a host design environment (such as Report Builder) to define properties for the custom report item.
This section will cover the requirements for implementing a custom report item.
In This Section
Topic | Description |
---|---|
Describes prerequisites for creating a custom report item. |
|
Describes how to create a custom report item run-time component. |
|
Describes how to create a custom report item design-time component. |
For a sample of a custom report item, see 사용자 지정 보고서 항목 예제. For more information about creating custom controls, see "Component Authoring" and "Component Model Namespaces in Visual Studio" on msdn.microsoft.com.
참고 항목
개념
Introducing Custom Report Items
Custom Report Item Architecture