Encapsulates a rendering extension that can be used with the Report Viewer's report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class RenderingExtension
Dim instance As RenderingExtension
public sealed class RenderingExtension
public ref class RenderingExtension sealed
public final class RenderingExtension
public final class RenderingExtension

Remarks
This class is returned by the ListRenderingExtensions methods of the ServerReport and LocalReport classes.

Inheritance Hierarchy
System.Object Microsoft.Reporting.WinForms.RenderingExtension

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also