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

C#

 
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 
AnswerRe: How to Send Parameter(s) to Reporting Service ? Pin
Giorgi Dalakishvili8-Nov-07 6:23
mentorGiorgi Dalakishvili8-Nov-07 6:23 
Did you add the parameter to the report itself? If the report has parameter called paramater1 and you want to set its value to myvalue then you should do it like this:
<br />
Microsoft.Reporting.WinForms.ReportParameter rp = new Microsoft.Reporting.WinForms.ReportParameter("paramater1", "myvalue");<br />
this.reportViewer1.LocalReport.SetParameters(new Microsoft.Reporting.WinForms.ReportParameter[] { rp });<br />




#region signature
my articles
#endregion

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 &amp; Malformed XML [modified] Pin
MrEyes8-Nov-07 4:23
MrEyes8-Nov-07 4:23 
AnswerRe: XML Deserialisation &amp; Malformed XML Pin
MrEyes8-Nov-07 4:58
MrEyes8-Nov-07 4:58 
GeneralRe: XML Deserialisation &amp; Malformed XML Pin
J4amieC8-Nov-07 6:14
J4amieC8-Nov-07 6:14 
GeneralRe: XML Deserialisation &amp; 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 
AnswerRe: show/hide detection Pin
Michael Potter8-Nov-07 5:18
Michael Potter8-Nov-07 5:18 

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.