Interface IRenderingExtension

Represents a rendering extension for reports.

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

Sintaxe

'Declaração
Public Interface IRenderingExtension _
    Inherits IExtension
'Uso
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =  
    interface
        interface IExtension
    end
public interface IRenderingExtension extends IExtension

O tipo IRenderingExtension expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Herdado de IExtension.)

Início

Métodos

  Nome Descrição
Método público GetRenderingResource Returns any information from the rendering extension.
Método público Render Renders a report.
Método público RenderStream Rerenders a particular stream from the report.
Método público SetConfiguration Used to pass custom configuration data to an extension. (Herdado de IExtension.)

Início