C# 클래스 Phresco.FusionCharts.ChartFromList

상속: System.Web.UI.WebControls.WebParts.WebPart
파일 보기 프로젝트 열기: photon-infotech/sharepoint-resource-management

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