IRenderingExtension Interface

Represents a rendering extension for reports.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Interface IRenderingExtension _
    Inherits IExtension
'Usage
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =  
    interface
        interface IExtension
    end
public interface IRenderingExtension extends IExtension

The IRenderingExtension type exposes the following members.

Properties

  Name Description
Public property LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.)

Top

Methods

  Name Description
Public method GetRenderingResource Returns any information from the rendering extension.
Public method Render Renders a report.
Public method RenderStream Rerenders a particular stream from the report.
Public method SetConfiguration Used to pass custom configuration data to an extension. (Inherited from IExtension.)

Top