Share via


IRenderingExtension-Schnittstelle

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

Der IRenderingExtension-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Geerbt von IExtension.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetRenderingResource Returns any information from the rendering extension.
Öffentliche Methode Render Renders a report.
Öffentliche Methode RenderStream Rerenders a particular stream from the report.
Öffentliche Methode SetConfiguration Used to pass custom configuration data to an extension. (Geerbt von IExtension.)

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace