Hi All to Readers,

I'm working  Asp.Net with C# & Generating Reports with SSRS-2005..

I'm Want to Know that Generating Reports in C# Using XML Files..

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


           

         

         

         

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

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

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

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

Now I want to Make Use of this XML File(test.xml) Data for Generating Reports..

I want to Generate Reports in Between

            Time-Type(Sample
      and Time-Type(Check
      and Time-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..

Please Give Me the Suggestions in Doing This..

 

Thank You..