70) How to create a company Image query and get the image in query based ssrs report
I had a scenario where I need to Display the current legal entity company image in report. The challenge is report is query based so below we see that how to achieve this requirement.
Step 1 :- Create a query using th table company image :-
Step 2 :- Go the report add the data set and and in the parameter set the parameter value
Step 3 :- In the report design set the property :-
Step 4 :- Go the value and the select the Field " First(Fields!Image.Value, "CompanyLogoDs")"
Comments
Post a Comment