共用方式為


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

上層