Advertisement
Advertisement
| 05.09.2008 at 10:18AM PDT, ID: 23390181 | Points: 250 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
//The following code passes a single parameter to the server report:
protected void Page_Load(object sender, EventArgs e)
{
List<Microsoft.Reporting.WebForms.ReportParameter> ParamList = new List<Microsoft.Reporting.WebForms.ReportParameter>();
ParamList.Add(new Microsoft.Reporting.WebForms.ReportParameter("Param1", "TestValue", false));
ReportViewer1.ServerReport.SetParameters(ParamList);
ReportViewer1.ServerReport.Refresh();
}
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 05.09.2008 at 11:43AM PDT, ID: 21535456 |
| 05.09.2008 at 11:58AM PDT, ID: 21535563 |
| 05.09.2008 at 01:49PM PDT, ID: 21536321 |
| 05.12.2008 at 10:39AM PDT, ID: 21548959 |