You should be able to pass them like any other variables Private Sub C1WebReport1_InitializeParametersDialog(sender As Object, e As C1.Win.C1Report.DialogEventArgs) Dim p As C1.Win.C1Report.ReportParameterCollection = e.Parameters p("OrderID").Value = Session("OrderID") End Sub regards...