IRenderingExtension Interface

Definition

Represents a rendering extension for reports.

public interface class IRenderingExtension : Microsoft::ReportingServices::Interfaces::IExtension
public interface IRenderingExtension : Microsoft.ReportingServices.Interfaces.IExtension
type IRenderingExtension = interface
    interface IExtension
Public Interface IRenderingExtension
Implements IExtension
Implements

Properties

LocalizedName

Gets the localized name of the extension to be displayed in a user interface.

(Inherited from IExtension)

Methods

GetRenderingResource(CreateAndRegisterStream, NameValueCollection)

Returns any information from the rendering extension.

Render(Report, NameValueCollection, NameValueCollection, NameValueCollection, Hashtable, CreateAndRegisterStream)

Renders a report.

RenderStream(String, Report, NameValueCollection, NameValueCollection, NameValueCollection, Hashtable, CreateAndRegisterStream)

Rerenders a particular stream from the report.

SetConfiguration(String)

Used to pass custom configuration data to an extension.

(Inherited from IExtension)

Applies to