Similar Threads
1. Reporting with Datasets, Crystal Reports in VB.net 2003 - VB Crystal Report
2. Empty Strongly-Typed Reports (from multiple Ado.Net Datasets) after Application Deployment
Hi everyone,
I am having this problem - after installing my application package,
and running it, i get empty reports in ReportViewer. Only one of the
reports works correctly and i noticed that this report uses tables
from only one dataset, while all the other reports use tables from
multiple datasets.
I tried installing my application on both Windows 2000 and Windows XP
Pro machines - the same problem. I tried installed Visual Studio .Net
2003 on one of the machines - the same problem.
I have a dozen SQL Query over OLE DB(ADO) reports in the application
and they work fine.
Running my application (even after installing it) on my development PC
does not present problems with the multiple-dataset reports.
My development environment is Visual Studio .Net 2003 with Crystal
Reports for Visual Studio .Net. Operating system is Windows XP Pro.
Any clue will be greatly appreciated,
Many thanks in advance
Plamen
3. Crystal Reports and Large Datasets - VB.Net
4. howto two datasets for a report documnet(crystal)
hello all,
i m using vb.net.i want to make a crytal report which contains a subreport
in the header .the subreport in the header will display class info like
class ,class teacher,class monitor and school name.
the main report will display the list of students in that studying in that
class.list contains info like student name,age and sex.
i am using dataset for the data source of report.
i can bind only one dataset at a time to the report document..how can i
dislay both the datasets(for the subreport and main report) .
regards
khalsa
5. Datasets and Crystal Reports - VB Crystal Report
6. Crystal Reports - Database Login dialog when using datasets
Jorge,
As I mentioned below, I don't have a database per se. I just have the
dataset.
Imagine the situation as if I had built the dataset programmatically, from
no database at all.
In my case my app runs on a remote computer that receives the dataset from a
webservice. The remote computer does not have a local database server and
cannot reach the same database server as the webservice.
What kind of logon info can I pass to each table in this case ? I tried
passing dummy values but it still doesn't work, even worse, it starts
popping up that dialog also on my development box, on which it was working
fine before.
Thanks for the reply
TJ
"Jorge" < XXXX@XXXXX.COM > wrote in message
news:061d01c35d7f$73a48f20$ XXXX@XXXXX.COM ...
> Hello TJ
>
> Are you applying the logon information to each table of
> the report?
>
> Regards
> Jorge
>
"TJoker .NET" < XXXX@XXXXX.COM > wrote in message
news: XXXX@XXXXX.COM ...
> I'm developing an VB.NET Windows Forms application that uses CR for VS.NET
> (original version shipped with VS.NET 2002 - my VS.NET has the latest SP
> installed, no SPs for CR).
> My reports get their data from ADO.NET Datasets that are pre-populated by
> other modules of the application.
> What I need to do is to use these datasets as the datasources of my
reports.
> Fine, I know how to do that and it works perfectly on my development box.
> The trouble comes when I deploy the application on the client machine.
> I created a installation project in VS.NET, added the required CR merge
> modules, added the keycode, and it seems to install everything fine. But
> when it tries to show the reports in the CrystalReportViewer control, it
> pops-up the 'Database Login' dialog.
> Who is talking about database here? I'm already giving all the needed
data.
>
> The reports were all created from typed datasets, using datasources of
type
> ADO.NET(XML).
> It seems that a lot of people have the same problem but the only
workaround
> so far appears to be "use only one DataTable inside your dataset,
containing
> all the data you need". I'm trying not to have to resort to this approach
> because my datasets are very complex with many tables.
> What I've read in other similar posts is that it seems that CR gets lost
> when the dataset has more than one table
>
> Is this a confirmmed bug or am I missing something ?
> This is how my code looks like:
>
> reportDocument = new MyCustomReport()
> reportDocument.SetDataSource(myLoadedDataset)
> ReportViewerControl.ReportSource = reportDocument
>
> Thanks
>
> TJ!
>
>
>
>
7. uniqueidentifier in Datasets for crystal reports - VB Crystal Report
8. How to Usu DataSets under a NameSpace as a Crystal Reports Data Source
Hello people
I'm trying to create a new DataReport taking as data source a "DataSet"
that is located into a "NameSapce" on my proyect ( Visual Studio 2002 ), the
question is: Hoy to tell Crystal reports "The DataSet 'DS_MyQuerys" is under
the nameSpace 'Acounts' ???
This where the table is: Accounts.DS_MyQuerys.Table1
I wanna take Table1 and put it into a report
Thanks for your help
Sergio