Hi! I want to display a table in the Local Report using SQL Connection. Parameters will be user-defined. Example.
sqlSearch = "SELECT * FROM shipment WHERE " & port & " BETWEEN @datePerformedFrom AND @datePerformedTo ORDER BY recno DESC"
@datePerformedFrom
and @datePerformedTo
will be supplied by the user.
Please help me how can I display this in the Local Report (RDLC)
Thanks!