Click here to Skip to main content
15,889,717 members
Home / Discussions / C#
   

C#

 
GeneralDataset.GetXml() problem Pin
padvit22-Apr-05 2:41
padvit22-Apr-05 2:41 
GeneralOpen a Word Document Pin
fatihsen22-Apr-05 1:52
fatihsen22-Apr-05 1:52 
GeneralRe: Open a Word Document Pin
mav.northwind22-Apr-05 2:11
mav.northwind22-Apr-05 2:11 
GeneralRe: Open a Word Document Pin
fatihsen22-Apr-05 2:21
fatihsen22-Apr-05 2:21 
GeneralRe: Open a Word Document Pin
mav.northwind22-Apr-05 2:28
mav.northwind22-Apr-05 2:28 
GeneralRe: Open a Word Document Pin
fatihsen22-Apr-05 2:38
fatihsen22-Apr-05 2:38 
GeneralRe: Open a Word Document Pin
fatihsen22-Apr-05 3:36
fatihsen22-Apr-05 3:36 
QuestionWhy when I change the ReportSource of a report, the report not change? Pin
Ana-Gabriela Clem22-Apr-05 1:39
Ana-Gabriela Clem22-Apr-05 1:39 
I have a report ex:
ReportDocument report=new ReportDocument();
report.Load("path to the report);
DataSet dataSet=new DataSet();
I have a connection to a database SqlConnection...,
SqlDataAdapter adapter=new SqlDataAdapter("Select * From database Where x='y'",connection);
adapter.Fill(dataSet);
report.SetDataSource(dataSet);
crystalReportViewer.ReportSource=report;

and when I run the report not returns the date what I said in sql,he return all the rows from table.
Please help me.
AnswerRe: Why when I change the ReportSource of a report, the report not change? Pin
Yulianto.22-Apr-05 19:31
Yulianto.22-Apr-05 19:31 
GeneralRe: Why when I change the ReportSource of a report, the report not change? Pin
Ana-Gabriela Clem24-Apr-05 7:28
Ana-Gabriela Clem24-Apr-05 7:28 
GeneralA question about calling an unmanaged dll Pin
Micke B22-Apr-05 1:00
Micke B22-Apr-05 1:00 
GeneralRe: A question about calling an unmanaged dll Pin
John Fisher22-Apr-05 6:45
John Fisher22-Apr-05 6:45 
GeneralRe: A question about calling an unmanaged dll Pin
Micke B22-Apr-05 7:13
Micke B22-Apr-05 7:13 
GeneralRe: A question about calling an unmanaged dll Pin
Micke B26-Apr-05 2:37
Micke B26-Apr-05 2:37 
GeneralRe: A question about calling an unmanaged dll Pin
Paul Largent15-Jun-05 7:16
Paul Largent15-Jun-05 7:16 
GeneralFull screen issue Pin
Lalit N Dubey21-Apr-05 23:19
Lalit N Dubey21-Apr-05 23:19 
GeneralRe: Full screen issue Pin
Anonymous22-Apr-05 2:01
Anonymous22-Apr-05 2:01 
GeneralWhy string is reference data type. Pin
Member 180659621-Apr-05 21:48
Member 180659621-Apr-05 21:48 
GeneralRe: Why string is reference data type. Pin
S. Senthil Kumar21-Apr-05 22:24
S. Senthil Kumar21-Apr-05 22:24 
GeneralRe: Why string is reference data type. Pin
Colin Angus Mackay21-Apr-05 23:58
Colin Angus Mackay21-Apr-05 23:58 
GeneralRe: Why string is reference data type. Pin
vims22-Apr-05 0:08
vims22-Apr-05 0:08 
QuestionFileStream Performance ? Pin
CiNN21-Apr-05 21:04
CiNN21-Apr-05 21:04 
Generalzooming in winforms. Pin
sreejith ss nair21-Apr-05 20:18
sreejith ss nair21-Apr-05 20:18 
GeneralLaplacian pyramids Pin
Christian Graus21-Apr-05 19:25
protectorChristian Graus21-Apr-05 19:25 
GeneralRe: Laplacian pyramids Pin
John Fisher22-Apr-05 8:27
John Fisher22-Apr-05 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.