C# Класс Phresco.FusionCharts.ChartFromList

Наследование: System.Web.UI.WebControls.WebParts.WebPart
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CheckSettings void
HandleException void

Открытые методы

Метод Описание
ChartFromList ( ) : System

Защищенные методы

Метод Описание
CreateChildControls ( ) : void

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.

ExportExcelButtonClick ( object sender, EventArgs e ) : void

When the user click on the export to Excel button so we build a csv and then make it download with good header to make it opened by excel automatically

ExportXmlButtonClick ( object sender, EventArgs e ) : void

When the user click on the export to XML button so we get to xml, and make it download

Приватные методы

Метод Описание
CheckSettings ( ) : void

Checks the web part properties (settings) before trying to render the chart

HandleException ( Exception ex ) : void

Clear all child controls and add an error message for display.

Описание методов

ChartFromList() публичный Метод

public ChartFromList ( ) : System
Результат System

CreateChildControls() защищенный Метод

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
protected CreateChildControls ( ) : void
Результат void

ExportExcelButtonClick() защищенный Метод

When the user click on the export to Excel button so we build a csv and then make it download with good header to make it opened by excel automatically
protected ExportExcelButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

ExportXmlButtonClick() защищенный Метод

When the user click on the export to XML button so we get to xml, and make it download
protected ExportXmlButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void