Share via


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

Getting Started with a Custom Report Item Implementation

Describes prerequisites for creating a custom report item.

Creating the Custom Report Item Run-time Component

Describes how to create a custom report item run-time component.

Creating the Custom Report Item Design-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

도움말 및 정보

SQL Server 2005 지원 받기