Reporting Services Programming
SQL Server Reporting Services offers several programming interfaces that you can leverage in your own applications. You can use the existing features and capabilities of Reporting Services to build custom reporting and management tools into Web sites and Windows applications, or you can extend the Reporting Services platform.
Extending the Reporting Services platform includes creating new components and resources that can be used for data access, report delivery and more. You can market these components and resources to companies that are using Reporting Services in their organization.
注意: |
---|
Reporting Services include programming samples and tutorials to help you get started. For more information, see SQL Server Reporting Services 示例 and Reporting Services 教程. |
本节内容
Topic | Description |
---|---|
Introduces the Report Server Web service, URL access, WMI programming, and extensibility. |
|
Provides an overview of how to use Reporting Services to integrate reporting into custom applications. Describes when to use direct URL access and when to use the Web service to access the report server. |
|
Provides an overview of the Report Server Web service, a Simple Object Access Protocol (SOAP) API. |
|
Describes how to use URL-based requests for accessing and running parameterized reports. |
|
Describes how to extend Reporting Services by developing custom data processing and delivery extensions. |
|
Describes how to use .NET Framework Code Access Security for your extensions and custom assemblies in Reporting Services. |
|
Describes how to use custom assemblies with Reports by including code references within the report definition. |
|
Contains reference topics for the RDL elements and describes how to generate RDL programmatically. |
|
Contains reference topics for the Reporting Services WMI Provider classes and describes. |
|
Contains reference topics with detailed information about the Reporting Services SOAP API and the extensibility API. |
请参阅
其他资源
SQL Server Reporting Services
SQL Server Programming Overview