Property | Type | Description | |
---|---|---|---|
CheckSettings | void | ||
HandleException | void |
Method | Description | |
---|---|---|
ChartFromList ( ) : System |
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
|
|
ExportExcelButtonClick ( object sender, |
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, |
When the user click on the export to XML button so we get to xml, and make it download
|
Method | Description | |
---|---|---|
CheckSettings ( ) : void |
Checks the web part properties (settings) before trying to render the chart
|
|
HandleException ( |
Clear all child controls and add an error message for display.
|
protected ExportExcelButtonClick ( object sender, |
||
sender | object | |
e | ||
return | void |
protected ExportXmlButtonClick ( object sender, |
||
sender | object | |
e | ||
return | void |