Click here to Skip to main content
16,004,974 members
Home / Discussions / C#
   

C#

 
AnswerRe: Filter Graphs Pin
Rich Insley8-Nov-07 9:59
Rich Insley8-Nov-07 9:59 
QuestionAttributes giving problem Pin
humayunlalzad8-Nov-07 5:57
humayunlalzad8-Nov-07 5:57 
AnswerRe: Attributes giving problem Pin
J4amieC8-Nov-07 6:18
J4amieC8-Nov-07 6:18 
AnswerRe: Attributes giving problem Pin
Pete O'Hanlon8-Nov-07 9:11
mvePete O'Hanlon8-Nov-07 9:11 
AnswerRe: Attributes giving problem [modified] Pin
PIEBALDconsult8-Nov-07 15:37
mvePIEBALDconsult8-Nov-07 15:37 
GeneralRe: Attributes giving problem Pin
PIEBALDconsult8-Nov-07 16:58
mvePIEBALDconsult8-Nov-07 16:58 
AnswerRe: Attributes giving problem Pin
Nissim Salomon9-Nov-07 0:15
Nissim Salomon9-Nov-07 0:15 
QuestionHow to Send Parameter(s) to Reporting Service ? Pin
hdv2128-Nov-07 4:34
hdv2128-Nov-07 4:34 
hi i use Sql server 2005 reporting Service in my app in local processing mode, in report designer i add a textBox and i want send value from my csharp code to textBox of report, i use this code :
try
{
this.v_customerOrderCountTableAdapter.Fill(this.NorthwindDataSet.v_customerOrderCount);
Microsoft.Reporting.WinForms.ReportParameter rp = new Microsoft.Reporting.WinForms.ReportParameter("textbox5", "Param From Code");
this.reportViewer1.LocalReport.SetParameters(new Microsoft.Reporting.WinForms.ReportParameter[] { rp });
this.reportViewer1.RefreshReport();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}

but the following error shown me :
An error occurred during local report processing.

where does my problem and how to send parameters deom my code to report ?
thanks
AnswerRe: How to Send Parameter(s) to Reporting Service ? Pin
Giorgi Dalakishvili8-Nov-07 6:23
mentorGiorgi Dalakishvili8-Nov-07 6:23 
GeneralRe: How to Send Parameter(s) to Reporting Service ? Pin
hdv2128-Nov-07 11:32
hdv2128-Nov-07 11:32 
GeneralRe: How to Send Parameter(s) to Reporting Service ? Pin
Giorgi Dalakishvili8-Nov-07 20:15
mentorGiorgi Dalakishvili8-Nov-07 20:15 
QuestionXML Deserialisation & Malformed XML [modified] Pin
MrEyes8-Nov-07 4:23
MrEyes8-Nov-07 4:23 
AnswerRe: XML Deserialisation & Malformed XML Pin
MrEyes8-Nov-07 4:58
MrEyes8-Nov-07 4:58 
GeneralRe: XML Deserialisation & Malformed XML Pin
J4amieC8-Nov-07 6:14
J4amieC8-Nov-07 6:14 
GeneralRe: XML Deserialisation & Malformed XML Pin
MrEyes8-Nov-07 6:49
MrEyes8-Nov-07 6:49 
Questionshow/hide detection Pin
Morad SAJID8-Nov-07 3:36
Morad SAJID8-Nov-07 3:36 
AnswerRe: show/hide detection Pin
Pete O'Hanlon8-Nov-07 3:40
mvePete O'Hanlon8-Nov-07 3:40 
GeneralRe: show/hide detection Pin
Morad SAJID8-Nov-07 4:13
Morad SAJID8-Nov-07 4:13 
GeneralRe: show/hide detection Pin
AliAmjad8-Nov-07 4:20
AliAmjad8-Nov-07 4:20 
GeneralRe: show/hide detection Pin
Morad SAJID8-Nov-07 4:29
Morad SAJID8-Nov-07 4:29 
GeneralRe: show/hide detection Pin
Kristian Sixhøj8-Nov-07 4:38
Kristian Sixhøj8-Nov-07 4:38 
GeneralRe: show/hide detection Pin
Pete O'Hanlon8-Nov-07 4:42
mvePete O'Hanlon8-Nov-07 4:42 
GeneralRe: show/hide detection Pin
Morad SAJID8-Nov-07 4:48
Morad SAJID8-Nov-07 4:48 
GeneralRe: show/hide detection Pin
Pete O'Hanlon8-Nov-07 5:16
mvePete O'Hanlon8-Nov-07 5:16 
GeneralRe: show/hide detection Pin
Morad SAJID8-Nov-07 5:21
Morad SAJID8-Nov-07 5:21 

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.