包装可用于 ReportViewer 的报表的呈现扩展插件。
继承层次结构
Object
Microsoft.Reporting.WebForms.RenderingExtension
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<SerializableAttribute> _
Public NotInheritable Class RenderingExtension
[SerializableAttribute]
public sealed class RenderingExtension
[SerializableAttribute]
public ref class RenderingExtension sealed
[<Sealed>]
[<SerializableAttribute>]
type RenderingExtension = class end
public final class RenderingExtension
RenderingExtension 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
LocalizedName | 获取呈现扩展插件的本地化显示名称。 |
![]() |
Name | 获取呈现扩展插件的名称。 |
![]() |
Visible | 指示呈现扩展插件在用户界面中是否可见。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
备注
ServerReport 和 LocalReport 类的 ListRenderingExtensions 方法返回此类。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。