Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Creating Chart Reports using XML Post Reply Post New Topic
Author Message
crystaljunkie
Newbie
Newbie


Joined: 01 Oct 2012
Online Status: Offline
Posts: 5
Quote crystaljunkie Replybullet Topic: Creating Chart Reports using XML
    Posted: 21 Oct 2012 at 9:29pm
Hi All,
 
I want to create a chart Reports using XML file as input using VS2008 default crystal reports version.
 
Please find the below given XML file for  getting the detais of reports to be developed. 
 
Graph reports is BAR chart reports having count like 2255,1059 etc on change of Month.
 
Can anyone please help me out in developing this report.
 

<?xml version="1.0" encoding="utf-8"?>

<dataset xmlns="http://developer.cognos.com/schemas/xmldata/1/" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">

<crosstab>

<values>

<value row="R1" col="C1">2255</value>

<value row="R1" col="C2">1059</value>

<value row="R1" col="C3">3042</value>

<value row="R1" col="C4">1094</value>

<value row="R1" col="C5">1050</value>

<value row="R1" col="C6">993</value>

<value row="R1" col="C7">526</value>

</values>

<corner>

<caption>Nbr of CYCLES</caption>

</corner>

<columns>

<colEdge>

<caption>2012</caption>

<colEdge id="C1">

<caption>October</caption>

</colEdge>

<colEdge id="C2">

<caption>November</caption>

</colEdge>

<colEdge id="C3">

<caption>December</caption>

</colEdge>

</colEdge>

<colEdge>

<caption>2013</caption>

<colEdge id="C4">

<caption>January</caption>

</colEdge>

<colEdge id="C5">

<caption>February</caption>

</colEdge>

<colEdge id="C6">

<caption>March</caption>

</colEdge>

<colEdge id="C7">

<caption>April</caption>

</colEdge>

</colEdge>

</columns>

<rows>

</rows>

</crosstab>

</dataset>

 

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.