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 | |
---|---|---|
LocalizedName | Gets the localized display name of the rendering extension. |
|
Name | Gets the name of the rendering extension. |
|
Visible | Indicates whether the rendering extension is visible in the user interface. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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