このクラスのメンバの一覧は、WebExcelExporterメンバを参照してください。
名前 | 解説 | |
---|---|---|
![]() | CellExported | セルのエクスポートが完了したときに発生します。このイベントは廃止予定です。その代わりに GridFieldCaptionExported、GridRecordItemExported、SummaryCellExported を使用します。 |
![]() | CellExporting | セルのエクスポートが開始する前に発生します。このイベントは廃止予定です。その代わりに GridFieldCaptionExporting、GridRecordItemExporting、SummaryCellExporting を使用します。 |
![]() | DataBinding | Occurs when the server control binds to a data source. System.Web.UI.Controlから継承されます。 |
![]() | Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. System.Web.UI.Controlから継承されます。 |
![]() | Exported | エクスポートを完了したときに発生します。 |
![]() | Exporting | エクスポートが開始する前に発生します。 |
![]() | GridFieldCaptionExported | グリッド フィールドのキャプションのエクスポート完了時に発生します。 |
![]() | GridFieldCaptionExporting | グリッド フィールドのキャプション項目のエクスポート開始前に発生します。 |
![]() | GridRecordItemExported | グリッド レコード項目のエクスポート完了時に発生します。 |
![]() | GridRecordItemExporting | グリッド レコード項目のエクスポート開始前に発生します。 |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle. System.Web.UI.Controlから継承されます。 |
![]() | Load | Occurs when the server control is loaded into the System.Web.UI.Page object. System.Web.UI.Controlから継承されます。 |
![]() | PreRender | Occurs after the System.Web.UI.Control object is loaded but prior to rendering. System.Web.UI.Controlから継承されます。 |
![]() | RowExported | 行のエクスポートが完了されたときに発生します。 |
![]() | RowExporting | 行エクスポートが開始する前に発生します。 |
![]() | SummaryCellExported | 集計セルのエクスポートの完了時に発生します。 |
![]() | SummaryCellExporting | 集計セルのエクスポート開始前に発生します。 |
![]() | Unload | Occurs when the server control is unloaded from memory. System.Web.UI.Controlから継承されます。 |