Showing posts with label deploying. Show all posts
Showing posts with label deploying. Show all posts

Sunday, March 25, 2012

Calling Reports without URL

Hi,

I am working in SSRS2005.creating reports using VS2005 and deploying reports in report server(http://localhost/reportserver/).
I am using URL for calling reports.
Now,I am working on another application which is runing on session.I am asked to develop a report for this session application.In this application security is an important factor.

Without explicitly calling an URL how can I call a report in a button click event .I tried using Iframe.Is there any other way.

Help me in this regard.

Thanks,
Prabaharaprabu

You could use the report execution web service to render the report and then stream the result via your own website. See the docs here.

http://msdn2.microsoft.com/en-us/library/ms155071.aspx

Let me know if you need more information.

Friday, February 10, 2012

Calculated Members

Hi, I deployed a cube in SSAS with two dimensions and several measures. I browsed the data after deploying and processing the cube and the data displayed correctly in the grid for all the measures.
After that I created a simple calculated member (like adding two measures) and then deployed and processed the cube again.
after that I browsed the data, every measure for every dimension were empty.(not 0 just empty).
Does anyone know the reason for this?
pls mail me supunthri@.gmail.com
Supun
You probably removed that Calculate; statement when you added the measure.

You can read this for a similar problem..

Chris
|||Hey Cris,
You were right, there was no Calculate; statement in the script,
Thanx a lot
Best Regards!
Supun