RenderingExtension Class

Encapsulates a rendering extension that can be used with the ReportViewer's report.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class RenderingExtension
'Usage
Dim instance As RenderingExtension
[SerializableAttribute] 
public sealed class RenderingExtension
[SerializableAttribute] 
public ref class RenderingExtension sealed
/** @attribute SerializableAttribute() */ 
public final class RenderingExtension
SerializableAttribute 
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.WebForms.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

Reference

RenderingExtension Members
Microsoft.Reporting.WebForms Namespace