Поделиться через


Интерфейс IRenderingExtension

Represents a rendering extension for reports.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Interface IRenderingExtension _
    Inherits IExtension
'Применение
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =  
    interface
        interface IExtension
    end
public interface IRenderingExtension extends IExtension

Тип IRenderingExtension обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Производный от IExtension.)

В начало

Методы

  Имя Описание
Открытый метод GetRenderingResource Returns any information from the rendering extension.
Открытый метод Render Renders a report.
Открытый метод RenderStream Rerenders a particular stream from the report.
Открытый метод SetConfiguration Used to pass custom configuration data to an extension. (Производный от IExtension.)

В начало