Showing posts with label layout. Show all posts
Showing posts with label layout. Show all posts

Tuesday, March 20, 2012

Problem with fonts and layout size in printer delivery

We have problem as described in this post
http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/46330b053c09f424/c93c870d44534209?q=emf+print&_done=%2Fgroup%2Fmicrosoft.public.sqlserver.reportingsvcs%2Fsearch%3Fgroup%3Dmicrosoft.public.sqlserver.reportingsvcs%26q%3Demf+print%26qt_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d
Printer delivery works and when we print on our site (on WinXP) report
is printed OK; fonts, pictures and margins are OK.
When we use same printer delivery extension on customer's site (Win2k3
server) print output is not correct. Report is wider and longer then it
should be. We are using same report object on both installation and URL
generated report with EMF rendering output produces same result. It
seems that something goes wrong after printer delivery prints EMF file
on network printer.
Any hints !?This is a known issue with the EMF rendering. This fix will be addressed in
the SP2 release.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
<dpopovic@.itsistemi.com> wrote in message
news:1105732561.833104.214530@.z14g2000cwz.googlegroups.com...
> We have problem as described in this post
> http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/46330b053c09f424/c93c870d44534209?q=emf+print&_done=%2Fgroup%2Fmicrosoft.public.sqlserver.reportingsvcs%2Fsearch%3Fgroup%3Dmicrosoft.public.sqlserver.reportingsvcs%26q%3Demf+print%26qt_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d
> Printer delivery works and when we print on our site (on WinXP) report
> is printed OK; fonts, pictures and margins are OK.
> When we use same printer delivery extension on customer's site (Win2k3
> server) print output is not correct. Report is wider and longer then it
> should be. We are using same report object on both installation and URL
> generated report with EMF rendering output produces same result. It
> seems that something goes wrong after printer delivery prints EMF file
> on network printer.
> Any hints !?
>|||Is there anything we can do in the meantime !?|||Not a whole lot. You can try playing around with the margins but this will
most likely mess with the look of your report.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
<dpopovic@.itsistemi.com> wrote in message
news:1105786072.659374.160980@.f14g2000cwb.googlegroups.com...
> Is there anything we can do in the meantime !?
>|||But why it works correctly on our testing environment. Is it dependent
on OS meaning that report server is installed on different versions of
operating system ?|||No, it has to do with screen resolutions and dpi settings (I believe there
are some other factors as well). The problem was when the image was created
it was based on the screen size and not scaled correctly to be sent
generically to other devices.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
<dpopovic@.itsistemi.com> wrote in message
news:1106164221.760603.197370@.f14g2000cwb.googlegroups.com...
> But why it works correctly on our testing environment. Is it dependent
> on OS meaning that report server is installed on different versions of
> operating system ?
>|||Hi there,
I am trying to install the PrinterDeliverySample. I canÃ?t get it working at
all!!
I followed all the instrucions very carefully. I can't get it running. I
don't get any errors, but the select box where to select th method of
subscription is not completed with PRINTERS.
Just my event Log shows errors:
1. Extension Report Server Email could not be loaded by Report Server. (I
have no SMTP installed on IIS)
2. Printer Delivery Sample could not be loaded by Report Manager.
What should I do now? Please help me...
Thanks Markus
"Daniel Reib [MSFT]" wrote:
> No, it has to do with screen resolutions and dpi settings (I believe there
> are some other factors as well). The problem was when the image was created
> it was based on the screen size and not scaled correctly to be sent
> generically to other devices.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> <dpopovic@.itsistemi.com> wrote in message
> news:1106164221.760603.197370@.f14g2000cwb.googlegroups.com...
> > But why it works correctly on our testing environment. Is it dependent
> > on OS meaning that report server is installed on different versions of
> > operating system ?
> >
>
>

Saturday, February 25, 2012

Problem with defining 2 datasets against OLAP cube

Hello all,

I built a report (RS 2005) that include several chart on the same layout.
Every chart is based on a different dataset, which is based on the same Datasource – an OLAP cube.
The datasets were created using the new query builder in RS 2005 (from SSAS 2005 cube), in both of them, I have set the Quarter dimension as a filter and marked the Parameter checkbox to set it as parameter.

After creating the first dataset and defining the parameter- a new parameter was defined in the report. Now, after creating the second dataset and adding the same filter and defining it as parameter, I have found out the no other parameter was defined for me but the first one was overwritten…

Is it a bug?

Thanks,

Liran

Hi Liran,

I don't think this is a bug. While you are keep on adding the same filter for a various datasets, the dataset will point to the same filter and you will have only one parameter if you select the check box for the filter in the filter pane.

I implement the same kind of reports and it works fine.

Sincerley,

--Amde

|||

Yes, but what if I want a different parameter defined for the second dataset?
I have tried doing it manually: I defined a new dataset similar to the one already created for me, and moved out from graphic design mode in the second dataset to reference the second parameter in the MDX.
I got an error saying no such parameter is defined L…

Problem with defining 2 datasets against OLAP cube

Hello all,

I built a report (RS 2005) that include several chart on the same layout.
Every chart is based on a different dataset, which is based on the same Datasource – an OLAP cube.
The datasets were created using the new query builder in RS 2005 (from SSAS 2005 cube), in both of them, I have set the Quarter dimension as a filter and marked the Parameter checkbox to set it as parameter.

After creating the first dataset and defining the parameter- a new parameter was defined in the report. Now, after creating the second dataset and adding the same filter and defining it as parameter, I have found out the no other parameter was defined for me but the first one was overwritten…

Is it a bug?

Thanks,

Liran

Hi Liran,

I don't think this is a bug. While you are keep on adding the same filter for a various datasets, the dataset will point to the same filter and you will have only one parameter if you select the check box for the filter in the filter pane.

I implement the same kind of reports and it works fine.

Sincerley,

--Amde

|||

Yes, but what if I want a different parameter defined for the second dataset?
I have tried doing it manually: I defined a new dataset similar to the one already created for me, and moved out from graphic design mode in the second dataset to reference the second parameter in the MDX.
I got an error saying no such parameter is defined L…