Interface IRenderingExtension

Represents a rendering extension for reports.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Interface IRenderingExtension _
    Inherits IExtension
'Utilisation
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =  
    interface
        interface IExtension
    end
public interface IRenderingExtension extends IExtension

Le type IRenderingExtension expose les membres suivants.

Propriétés

  Nom Description
Propriété publique LocalizedName Gets the localized name of the extension to be displayed in a user interface. (hérité de IExtension.)

Haut de la page

Méthodes

  Nom Description
Méthode publique GetRenderingResource Returns any information from the rendering extension.
Méthode publique Render Renders a report.
Méthode publique RenderStream Rerenders a particular stream from the report.
Méthode publique SetConfiguration Used to pass custom configuration data to an extension. (hérité de IExtension.)

Haut de la page