Is it possible to use VLookup in SSRS ? I know we can use lookups but I want to create a SSRS report with Vlookup then export it to excel ?
If you don't know difference between lookup and Vlookup then, Vlookup works dynamically, e.g. if you enter value in a textbox, it gets results from datasets in the report.
E.g.
TextBox for OrderId : ______
TextBox for Location : *****
When user adds a orderId location text box gets updated, and it all happens dynamically.