Интерфейс 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.) |
В начало