If I deploy reports to an SSRS portal, then the aggregations and rendering are all taken care of by the report server, not locally when I run the report right?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer:
Yes, report server usually processes the reports deployed on portals.
Long answer:
If you have:
Then depending on what you’re doing the report’s processed in a different place:
Note that although aggregations in the report (the ones in tablixes) are handled by the machine processing the report, aggregations in the SQL (such as
GROUP BY) for the datasets will be handled by the server processing the dataset, which is often SQL server.