IRenderingExtension Interface
Represents a rendering extension for reports.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Interface IRenderingExtension _
Inherits IExtension
'Usage
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =
interface
interface IExtension
end
public interface IRenderingExtension extends IExtension
The IRenderingExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.) |
Top
Methods
Name | Description | |
---|---|---|
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. (Inherited from IExtension.) |
Top
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace