472,142 Members | 1,211 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

Generating SSRS-2005 REPORTS with XML Data in C#..

14
This is the XML file i'm having (test.xml)

<Log_Details>

<Log PageName="Home.aspx" Time="10:30:20:32636" Type="Sample" ID="1" Cat_ID="41" />

<Log PageName="Home.aspx" Time="12:55:20:32636" Type="Check" ID="4" Cat_ID="56" />

<Log PageName="Home.aspx" Time="11:30:20:32636" Type="Check" ID="8" Cat_ID="59" />

<Log PageName="Home.aspx"Time="11:30:20:32636" Type="Sample" ID="1" Cat_ID="44" />

------------------------------------------------------------------

------------------------------------------------------------------

------------------------------------------------------------------

--------------------------------------------------------------------

</Log_Details>



Now I want to Generate the REPORTS with this XML DATA..

ie I want to Generate the Reports in between

Time-Type(Sample)

and Time-Type(Check)

and Time-Type(Cat_ID)



Here..

'ID' in this XML file is related to Particular Type's ID( ie Sample-1 or Check-4 or Check-8 or --------)



How to do this..
Apr 17 '08 #1
0 956

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by aaron.kempf | last post: by
reply views Thread by akhedle | last post: by
3 posts views Thread by chinni0719 | last post: by
reply views Thread by fresher1 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.