Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to export the excel values to crystal reports

Reply
Thread Tools

How to export the excel values to crystal reports

 
 
srinivas
Guest
Posts: n/a
 
      12-08-2005
Hi ,


I am a dotnet developer.I am working on crystal reports.My requirement
is like this


I have an excel sheet with some values.I need to read the excel values
from excel sheet and need to show the values in crystal reports using
c#.what i can do for populating the excel values into crystal reports.


for getting the values from excel i worked following steps.


1.Go to solution explorer


2.add new item


3.select crystal report


4.I selected the option using the report export(standard from the
choose an expert)


5.I choosed "datbasefiles" folder in available data sources


6.i browse my xml sheet path and i assigned the field names


7.i created a windows form


8.i wrote following code in form load event


crystalReportsPractice.test t = new test();
crystalReportViewer1.ReportSource = t;
t.Close();


here test is my crystal report name


if i run the form now it is asking for username and password what i
need to give here.


otherwise is there any way to get the excel values and show it into
crystal reports using c#.


Thanks in advance

 
Reply With Quote
 
 
 
 
RobG
Guest
Posts: n/a
 
      12-08-2005
srinivas wrote:
> Hi ,
>
>
> I am a dotnet developer.I am working on crystal reports.My requirement
> is like this
>
>
> I have an excel sheet with some values.I need to read the excel values
> from excel sheet and need to show the values in crystal reports using
> c#.what i can do for populating the excel values into crystal reports.


[...]

> otherwise is there any way to get the excel values and show it into
> crystal reports using c#.


This is a JavaScript group, you might look for a Microsoft C# group.

microsoft.public.dotnet.languages.csharp
<URL:http://groups.google.com/group/microsoft.public.dotnet.languages.csharp?lnk=lr>

microsoft.public.dotnet.csharp.general
http://groups.google.com/group/micro....general?hl=en


--
Rob
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Problem with Excel reports ::::Excel 2003 Migration To Excel 2007 =?Utf-8?B?c2hhc2hhbmsga3Vsa2Fybmk=?= ASP .Net 15 10-24-2007 01:34 PM
How to export the excel values to crystal reports nivas.meda@gmail.com ASP .Net Datagrid Control 1 12-08-2005 07:10 PM
Calling Crystal Reports in ASP.NET using the rptserver.asp given by Crystal Reports Peri ASP .Net 1 07-21-2005 12:56 PM
Crystal Reports - with parms - .Export error Tim Jones ASP .Net 0 12-17-2003 05:54 PM



Advertisments