レポートの 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 オブジェクトを構築します。 |
Top
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Cancel | (CancelEventArgs から継承されています。) |
![]() |
DeviceInfo | Extension パラメーターで指定されている表示拡張機能に必要な、デバイス固有のコンテンツを含んでいる XML 文字列を取得または設定します。 |
![]() |
Extension | レポートをエクスポートするために使用された RenderingExtension を返します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
Top
説明
ReportExport イベントの発生時に ReportExportEventHandler デリゲートに渡されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。