为报表 ReportExport 事件提供数据。
继承层次结构
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WinForms.ReportExportEventArgs
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportExportEventArgs _
Inherits CancelEventArgs
用法
Dim instance As ReportExportEventArgs
[ComVisibleAttribute(false)]
public sealed class ReportExportEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportExportEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportExportEventArgs =
class
inherit CancelEventArgs
end
public final class ReportExportEventArgs extends CancelEventArgs
ReportExportEventArgs 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
ReportExportEventArgs | 构造一个 ReportExportEventArgs 对象。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Cancel | (从 CancelEventArgs 继承。) |
![]() |
DeviceInfo | 获取或设置一个 XML 字符串,该字符串包含 Extension 参数中指定的呈现扩展插件所需的设备特定内容。 |
![]() |
Extension | 返回用于导出报表的 RenderingExtension。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
注释
当发生 ReportExport 事件时,这将传递到 ReportExportEventHandler 委托。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。