RenderingExtension Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.RenderingExtension

Syntax

[SerializableAttribute]
public sealed class RenderingExtension
[SerializableAttribute]
public ref class RenderingExtension sealed 
[<Sealed>]
[<SerializableAttribute>]
type RenderingExtension = class end
<SerializableAttribute>
Public NotInheritable Class RenderingExtension

Properties

Name Description
System_CAPS_pubproperty LocalizedName

Gets the localized display name of the rendering extension.

System_CAPS_pubproperty Name

Gets the name of the rendering extension.

System_CAPS_pubproperty Visible

Indicates whether the rendering extension is visible in the user interface.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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

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

Microsoft.Reporting.WinForms Namespace

Return to top