how can i do this report with report viever with zedgraph components
i must to do next report in visual studio 2005 or 2008, with asp.net C# language.
i have connectString here:
private string CONNECT_STRING = @"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\vstDB.mdf;Integrated Security=True;User Instance=True";
my database is located here:
C:\My Documents\Visual Studio 2008\Projects\VST\App_Data\vstDB.mdf
i must to generate this report you can get "upload source code" - report.jpeg photo.
i must to generate this report with zedGraph components....and ReportViewer.
i choose DataReader for reading data for database
can somebody help me or can show me link @great video tutorial ?