crystal report doesnt show data,it is connected with the dataset,it doesnt give any error. just doesnt show any data. dataset is filled,because i am using it .any idea?i am using firebird as databse
crystal reports doesnt show data
Page 1 of 14 Replies - 1031 Views - Last Post: 06 February 2012 - 06:11 AM
Replies To: crystal reports doesnt show data
#2
Re: crystal reports doesnt show data
Posted 05 February 2012 - 09:59 AM
I think the problem is with your code. what's the language you're writing your program?
#3
Re: crystal reports doesnt show data
Posted 05 February 2012 - 10:01 AM
i am a very new c# programmer,
thats the code
thats the code
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using CrystalDecisions.Shared;
using System.Drawing.Printing;
using CrystalDecisions.CrystalReports.Engine;
namespace SiteYoenetim
{
public partial class crPersonelRapor : Form
{
public crPersonelRapor()
{
InitializeComponent();
}
private void crPersonelRapor_Load(object sender, EventArgs e)
{
// TODO: Diese Codezeile lädt Daten in die Tabelle "DataSet1.PERSONEL". Sie können sie bei Bedarf verschieben oder entfernen.
this.pERSONELTableAdapter.Fill(this.DataSet1.PERSONEL);
this.crystalReportViewer1.RefreshReport();
}
private void crystalReportViewer1_Load(object sender, EventArgs e)
{
}
}
}
#4
Re: crystal reports doesnt show data
Posted 05 February 2012 - 11:30 AM
.. moved to C# (from database).
#5
Re: crystal reports doesnt show data
Posted 06 February 2012 - 06:11 AM
Where are you connecting the DataSet to the report? Simply populating a DataSet and putting a Crystal Report on a form doesn't mean it's going to magically work. You have to relate the two.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|