Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim LstParam As Generic.List(Of Microsoft.Reporting.WinForms.ReportParameter) = Nothing
If LstParam Is Nothing Then LstParam = New Generic.List(Of Microsoft.Reporting.WinForms.ReportParameter)()
LstParam.Add(New Microsoft.Reporting.WinForms.ReportParameter("Job_no", JobNumber, False))
frmSvrReport.Show()
'NOTE: Code has been simplified for this example.
System.Diagnostics.Process.Start("iexplore.exe", _
"[URL unfurl="true"]http://ServerName/reportserver?"[/URL] & ReportName & "&rs:Command=Render&Job_no=" & JobNumber)