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