Interfaccia IRenderingExtension

Represents a rendering extension for reports.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo IRenderingExtension sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica LocalizedName Gets the localized name of the extension to be displayed in a user interface. Ereditato da IExtension.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetRenderingResource Returns any information from the rendering extension.
Metodo pubblico Render Renders a report.
Metodo pubblico RenderStream Rerenders a particular stream from the report.
Metodo pubblico SetConfiguration Used to pass custom configuration data to an extension. Ereditato da IExtension.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering