Forum: C# Feb 17th, 2009 |
| Replies: 10 Views: 1,295 |
Forum: C# Feb 10th, 2009 |
| Replies: 10 Views: 1,295 i know using Sql reporting service would have made tasks more easier. but requriment says to generate the report.sumthing like this
http://rss.sqlreportingservices.net/Ask/3468.aspx |
Forum: C# Feb 10th, 2009 |
| Replies: 10 Views: 1,295 any links would be of great help. im trying to do without using report viewer tool box any other. it is meant to serve as utility |
Forum: C# Feb 6th, 2009 |
| Replies: 10 Views: 1,295 i have taken help from
http://msdn.microsoft.com/en-us/library/aa237432.aspx
this site to develop the rdl file. The function as given here GenerateRdl() creates the .rdl file. Any pointers after... |
Forum: C# Feb 5th, 2009 |
| Replies: 10 Views: 1,295 i have generated the rdl file dynamically. After generating it my requirement is to show the report to the viewer. |
Forum: C# Feb 3rd, 2009 |
| Replies: 10 Views: 1,295 Hi all,
i have been working trying to create an customised RDL file in C#. So i hve been successful in creating that, but the problem lies in viewing it. how can i present it to the viewer?
... |
Forum: C# Dec 2nd, 2008 |
| Replies: 2 Views: 817 hi,
how to print "" in c#? |
Forum: C# Oct 29th, 2008 |
| Replies: 14 Views: 1,767 can you be more specific and write the code instead of suggesting what is wrong in my code.it will be more help if u would code the line for saving the file. |
Forum: C# Oct 29th, 2008 |
| Replies: 14 Views: 1,767 i have the procedure i have called it also. its running all well. only thing that is the hurdle is that i am not bale to save it anywhere. It gets stored in my documents folder only |
Forum: C# Oct 22nd, 2008 |
| Replies: 14 Views: 1,767 The contents of "Filename" that i can provide is just the any name for the file, not like "C:\....". it is getting saved in my documents folder.
Please give a proper solution |
Forum: C# Oct 16th, 2008 |
| Replies: 14 Views: 1,767 wb.SaveAs(FileName,Excel.XlFileFormat.xlWorkbookNormal,
null,null,false,false,Excel.XlSaveAsAccessMode.xlShared,
false,false,null,null,null);
this is my code ? can you suggest any solution |
Forum: C# Oct 16th, 2008 |
| Replies: 14 Views: 1,767 Also if i want to save it somewhere of my wish what would the code be like. i have defined a workbook also populated the values. now while saving it is saving in the same place where project is... |
Forum: C# Oct 16th, 2008 |
| Replies: 14 Views: 1,767 done dat. am able to do it now. but i want the column names also. Is that possible? |
Forum: C# Oct 16th, 2008 |
| Replies: 14 Views: 1,767 hi,
i want to transfer the contends of a table from database to excel. can i declare a excel sheet in c# |