IExtension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an extension in SQL Server Reporting Services.
public interface class IExtension
public interface IExtension
type IExtension = interface
Public Interface IExtension
- Derived
Remarks
The IExtension interface enables you to implement a localized extension name and to process extension-specific configuration information stored in the Reporting Services configuration file. IExtension represents an extension in Reporting Services. The IExtension interface can be used to build custom data, delivery, and rendering extensions.
An application does not create an instance of the IExtension interface directly, but creates an instance of a class that implements IExtension.
Classes that implement IExtension must implement all inherited members, and typically define additional members to add provider-specific functionality.
Properties
LocalizedName |
Gets the localized name of the extension to be displayed in a user interface. |
Methods
SetConfiguration(String) |
Used to pass custom configuration data to an extension. |