Back to Browse

Vb.Net Passing String From Form to Report Viewer using Report Parameter

90.5K views
Feb 11, 2013
5:18

specify parameter in report 1. add parameter in report property using report parameters 1. specify Imports Microsoft.Reporting.Winforms 2. declare variable for report parameter as New ReportParameter("ParamName", Value) 3. set Reportname.LocalReport.SetParameter(ParamName) 4. refresh Report

Download

1 formats

Video Formats

360pmp48.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Vb.Net Passing String From Form to Report Viewer using Report Parameter | NatokHD