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 继承。)

页首