Showing posts with label drill. Show all posts
Showing posts with label drill. Show all posts

Thursday, March 29, 2012

Exporting Report Data to Case Management System

I work for a large government organisation and I have built several reports
that enable clients to drill down to case level which they love. The problem
is that now they all want to be able to "push a button" and send the cases to
a case management system. I know how to write the code to send the cases to
the case management system tables but I don't know how to enable the client
to be able to trigger it from the report interface. Any assistance would be
much appreciated!Well this depends on how you want to do it... right now I assume they view
the reports from a browser right? If so, you may want to look into
customizing a front end to view the reports - or you can simply create a
smart client where you have a button on a form and the reports are listed
that can be exported to the case management system.
The last option is to create a delivery extension, which I think would be
the best thing to do, you select the report, and the new output to render to
if you will. :)
=-Chris
"St Matthew" <StMatthew@.discussions.microsoft.com> wrote in message
news:1BCF18A3-5568-41F7-B69B-A948828A0625@.microsoft.com...
>I work for a large government organisation and I have built several reports
> that enable clients to drill down to case level which they love. The
> problem
> is that now they all want to be able to "push a button" and send the cases
> to
> a case management system. I know how to write the code to send the cases
> to
> the case management system tables but I don't know how to enable the
> client
> to be able to trigger it from the report interface. Any assistance would
> be
> much appreciated!

Tuesday, March 27, 2012

Exporting drill down to PDF

Hi,
We are exporting all of our reports to pdf for printing. If I export a drill down report at the highest level of detail, it displays exactly as it looks in reporting services. However, if I go back to the report and drill down a level, then exporting to pdf, it still displays the highest level of detail. I would like it to display exactly what is shown drilled down or up. Please advise.
Thanks!How our you exporting your reports (SOAP, Report Manager, or Report
Designer)?
Would you try an experiment. Could you load the sample report, Company
Sales.rdl then try changing the toggle settings and then export the report
to PDF.
I tried this using Reporting Services with S1 installed and was not able to
reproduce the problem.
--
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"clutch" <clutch@.discussions.microsoft.com> wrote in message
news:0D2A2576-FC38-4741-9894-D054762BDFEE@.microsoft.com...
> Hi,
> We are exporting all of our reports to pdf for printing. If I export a
drill down report at the highest level of detail, it displays exactly as it
looks in reporting services. However, if I go back to the report and drill
down a level, then exporting to pdf, it still displays the highest level of
detail. I would like it to display exactly what is shown drilled down or
up. Please advise.
> Thanks!|||I am exporting via Report Manager. Can I presume that then S1 will take care
of this challenge?
"Bruce Johnson [MSFT]" wrote:
> How our you exporting your reports (SOAP, Report Manager, or Report
> Designer)?
> Would you try an experiment. Could you load the sample report, Company
> Sales.rdl then try changing the toggle settings and then export the report
> to PDF.
> I tried this using Reporting Services with S1 installed and was not able to
> reproduce the problem.
> --
> Bruce Johnson [MSFT]
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "clutch" <clutch@.discussions.microsoft.com> wrote in message
> news:0D2A2576-FC38-4741-9894-D054762BDFEE@.microsoft.com...
> > Hi,
> >
> > We are exporting all of our reports to pdf for printing. If I export a
> drill down report at the highest level of detail, it displays exactly as it
> looks in reporting services. However, if I go back to the report and drill
> down a level, then exporting to pdf, it still displays the highest level of
> detail. I would like it to display exactly what is shown drilled down or
> up. Please advise.
> >
> > Thanks!
>
>