When implementing a SQL Server 2005 Reporting Services (SSRS) data processing extension, you should define the following:
-
The interfaces and classes you will implement.
-
The constructors, methods, properties, and events you will implement.
-
The naming convention for your classes.
-
The namespace for your SSRS data processing extension.
-
The DLL that will contain your data processing extension.

In diesem Abschnitt

Siehe auch