为报表 ReportExport 事件提供数据。
继承层次结构
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.ReportExportEventArgs
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportExportEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class ReportExportEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportExportEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<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。) |
![]() |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
备注
当发生 ReportExport 事件时,这将传递到 ReportExportEventHandler 委托。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。