バージョン 23.1 (最新)

WebExcelExporter クラス メソッド

このクラスのメンバの一覧は、WebExcelExporterメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドApplyStyleSheetSkinApplies the style properties defined in the page style sheet to the control. System.Web.UI.Controlから継承されます。
Public メソッドDataBindオーバーロードされます。 Binds a data source to the invoked server control and all its child controls. System.Web.UI.Controlから継承されます。
Public メソッドDisposeBaseExporter の破棄。 Infragistics.Web.UI.GridControls.BaseExporterから継承されます。
Public メソッドExportオーバーロードされます。 オーバーライドされます。 フラットなグリッドをひとつエクスポートします。  
Public メソッドFindControlオーバーロードされます。 Searches the current naming container for a server control with the specified id parameter. System.Web.UI.Controlから継承されます。
Public メソッドFocusSets input focus to a control. System.Web.UI.Controlから継承されます。
Public メソッドGetRouteUrlオーバーロードされます。 Gets the URL that corresponds to a set of route parameters. System.Web.UI.Controlから継承されます。
Public メソッドGetUniqueIDRelativeToReturns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. System.Web.UI.Controlから継承されます。
Public メソッドHasControlsDetermines if the server control contains any child controls. System.Web.UI.Controlから継承されます。
Public メソッドRenderControlオーバーロードされます。 Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. System.Web.UI.Controlから継承されます。
Public メソッドResolveClientUrlGets a URL that can be used by the browser. System.Web.UI.Controlから継承されます。
Public メソッドResolveUrlConverts a URL into one that is usable on the requesting client. System.Web.UI.Controlから継承されます。
Public メソッドSetRenderMethodDelegateAssigns an event handler delegate to render the server control and its content into its parent control. System.Web.UI.Controlから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドAddParsedSubObjectNotifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object. System.Web.UI.Controlから継承されます。
Protected メソッドBuildProfileTreeGathers information about the server control and delivers it to the System.Web.UI.Page.Trace property to be displayed when tracing is enabled for the page. System.Web.UI.Controlから継承されます。
Protected メソッドClearCachedClientIDSets the cached System.Web.UI.Control.ClientID value to null 参照 (Visual Basicでは Nothing). System.Web.UI.Controlから継承されます。
Protected メソッドClearChildControlStateDeletes the control-state information for the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearChildStateDeletes the view-state and control-state information for all the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearChildViewStateDeletes the view-state information for all the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearEffectiveClientIDModeSets the System.Web.UI.Control.ClientIDMode property of the current control instance and of any child controls to System.Web.UI.ClientIDMode.Inherit. System.Web.UI.Controlから継承されます。
Protected メソッドCreateControlCollectionCreates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control. System.Web.UI.Controlから継承されます。
Protected メソッドDataBindChildrenBinds a data source to the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドDownloadDocumentファイルを添付文書としてブラウザーからエクスポートします。 Infragistics.Web.UI.GridControls.BaseExporterから継承されます。
Protected メソッドDownloadWorkbookワークブックをブラウザーにダウン読み込みします。  
Protected メソッドEnsureChildControlsDetermines whether the server control contains child controls. If it does not, it creates child controls. System.Web.UI.Controlから継承されます。
Protected メソッドEnsureIDCreates an identifier for controls that do not have an identifier assigned. System.Web.UI.Controlから継承されます。
Protected メソッドExportCellグリッドのレコード項目を対応するワークシート セルにエクスポートします。  
Protected メソッドExportGrid指定されたワークシートにフラットなグリッドをひとつエクスポートします。エクスポートは所定の rowIndex および columnOffset から開始します。rowIndex は最後のエクスポート行のうしろを指すように更新されます。  
Protected メソッドExportGridFieldCaption指定されたワークシート セルにグリッド フィールド キャプション (ヘッダーまたはフッター) をエクスポートします。  
Protected メソッドExportGroupedRows指定されたワークシートへグループ化された行をエクスポートします。  
Protected メソッドExportHierarchicalGrid指定されたワークシートに階層グリッドをひとつエクスポートします。エクスポートは所定の rowIndex および columnOffset から開始します。rowIndex は最後のエクスポート行のうしろを指すように更新されます。  
Protected メソッドExportRow指定されたワークシートにグリッド行をひとつエクスポートします。  
Protected メソッドExportRowIslands指定されたワークシートへ行アイランドのセットをエクスポートします。  
Protected メソッドExportSummaries指定したワークシートにグリッドの SummaryRow をエクスポートします。  
Protected メソッドGetDesignModeStateGets design-time data for a control. System.Web.UI.Controlから継承されます。
Protected メソッドGetExcelFunctionNameSummaryType を引数として取り、対応する Excel の関数名を返します。SummaryType.Custom の場合は null を返します。  
Protected メソッドGetWidestLineLength文字で複数行セルの値の幅を取得します。  
Protected メソッドHasEventsReturns a value indicating whether events are registered for the control or any child controls. System.Web.UI.Controlから継承されます。
Protected メソッドIsLiteralContentDetermines if the server control holds only literal content. System.Web.UI.Controlから継承されます。
Protected メソッドLoadLinkedStylesアプリケーションのスタイルシートを解決します。 Infragistics.Web.UI.GridControls.BaseExporterから継承されます。
Protected メソッドLoadPageStylesページのスタイルを解決します。 Infragistics.Web.UI.GridControls.BaseExporterから継承されます。
Protected メソッドLoadViewStateRestores view-state information from a previous page request that was saved by the System.Web.UI.Control.SaveViewState method. System.Web.UI.Controlから継承されます。
Protected メソッドOnBubbleEventDetermines whether the event for the server control is passed up the page's UI server control hierarchy. System.Web.UI.Controlから継承されます。
Protected メソッドOnCellExportedCellExported イベントを発生します。  
Protected メソッドOnCellExportingCellExporting イベントを発生します。  
Protected メソッドOnDataBindingRaises the System.Web.UI.Control.DataBinding event. System.Web.UI.Controlから継承されます。
Protected メソッドOnExportedExported イベントを発生します。  
Protected メソッドOnExportingExporting イベントを発生します。  
Protected メソッドOnGridFieldCaptionExportedGridFieldCaptionExported イベントを発生させます。  
Protected メソッドOnGridFieldCaptionExportingGridFieldCaptionExporting イベントを発生させます。  
Protected メソッドOnGridRecordItemExportedGridRecordItemExported イベントを発生させます。  
Protected メソッドOnGridRecordItemExportingGridRecordItemExporting イベントを発生させます。  
Protected メソッドOnRowExportedRowExported イベントを発生します。  
Protected メソッドOnRowExportingRowExporting イベントを発生します。  
Protected メソッドOnSummaryCellExportedSumaryCellExported イベントを発生させます。  
Protected メソッドOnSummaryCellExportingSummaryCellExporting イベントを発生させます。  
Protected メソッドRaiseBubbleEventAssigns any sources of the event and its information to the control's parent. System.Web.UI.Controlから継承されます。
Protected メソッドRebindToAllDataすべてのデータを表示しなければならない場合、バーチャル スクロールおよびページングを無効にします。 Infragistics.Web.UI.GridControls.BaseExporterから継承されます。
Protected メソッドRenderTemplate指定した TemplateContainer を文字列に描画して値を返します。  
Protected メソッドResolveAdapterGets the control adapter responsible for rendering the specified control. System.Web.UI.Controlから継承されます。
Protected メソッドRestoreBindingグリッドでのバーチャル スクロールおよびページングのオリジナルの有効な値を復元します。 Infragistics.Web.UI.GridControls.BaseExporterから継承されます。
Protected メソッドSaveViewStateSaves any server control view-state changes that have occurred since the time the page was posted back to the server. System.Web.UI.Controlから継承されます。
Protected メソッドSetDesignModeStateSets design-time data for a control. System.Web.UI.Controlから継承されます。
Protected メソッドTrackViewStateCauses tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property. System.Web.UI.Controlから継承されます。
トップ
参照