Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 This Section
| Topic | Description |
|---|---|
Developer Requirements for Implementing a Data Processing Extension |
Describes the software, hardware, and background knowledge requirements for implementing your own SSRS data processing extension. |
Describes the interfaces available when implementing an SSRS data processing extension, as well as when you are required to implement a particular interface. |
|
Describes assigning a namespace for your SSRS data processing extension and compiling your data processing extension into a library DLL. |
See Also
Reference
Reporting Services Extension Library
Other Resources
Reporting Services Extensions
Implementing a Data Processing Extension