티스토리 뷰
SharePoint 2010에서의 Chart
l 차트 웹 파트
l Excel 액세스 웹 파트
l 사용자 지정 웹 파트(웹 파트, 비쥬얼 웹 파트)
l Silverlight Chart 웹 파트
Chart의 데이터는 Excel 데이터이거나 SharePoint의 목록에 있을 수도 있으며, XML이나 서비스를 통해서 액세스할 수도 있으며 또는 코드에 값을 고정(하드코드)해둘 수 도 있습니다.
여기서는 ASP.NET Chart 컨트롤을 이용하여 SharePoint 2010 웹 파트를 구성해보도록 하겠습니다.
ASP.NET 차트에 대한 내용은 아래 링크를 통해서 Chart gallery 프로젝트를 통해서 살펴볼 수 있습니다.
http://archive.msdn.microsoft.com/mschart/Release/ProjectReleases.aspx?ReleaseId=4418
(http://redju.tistory.com/23)
ChartTypes\PieDoughnutCharts\3DPie\pie3d.aspx
3D의 경우 속성이 달라서 아래와 같이 수정했습니다.
// Enable 3D
Chart1.ChartAreas["ChartArea1"].Area3DStyle.Enable3D= true;
웹 파트를 배포한다고 해서 바로 보여지지는 않습니다. 해당 SharePoint 웹 응용 프로그램의 Web.Config를 아래와 같이 수정합니다.
l System.Web 아래의 httpHandlers
<httpHandlers>
<add path="ChartImg.axd" verb="GET,HEAD,POST" preCondition="integratedMode" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
l appSettings
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\Temp\;" />
</appSettings>
l System.WebServer 아래의 handlers
<add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
최종 결과는 아래와 같습니다.
'SharePoint > SharePoint 2010' 카테고리의 다른 글
SharePoint 2010의 Module (0) | 2012.03.12 |
---|---|
PowerPoint 2010의 문서 동시 작업 (0) | 2012.03.08 |
SharePoint 2010 사용을 활성화하는 방법? (0) | 2012.02.27 |
SharePoint 2010 - User Profile Service Application (0) | 2012.02.01 |
SharePoint 2010 ULS Viewer (0) | 2012.02.01 |
- Total
- Today
- Yesterday
- 페이지를 매긴 보고서
- Microsoft Fabric
- hongju
- Visual Studio 2010
- 클라우드
- Power BI Desktop Update
- 정홍주
- Windows Phone 7
- copilot
- Paginated Report
- 업데이트
- redJu
- sql server 2012
- Windows Azure
- Power BI Desktop
- SharePoint Object Model
- sharepoint
- 목표
- Power BI Desktop 업데이트
- Windows Azure Mobile Services
- Cloud
- SharePoint 2010
- Power BI 업데이트
- Windows Azure 업데이트
- SharePoint 2013
- SQL Azure
- Power BI
- Power BI Copilot
- SharePoint Online
- Power BI Update
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |