Showing posts with label shown. Show all posts
Showing posts with label shown. Show all posts

Wednesday, March 28, 2012

Reporting Services 2005 Repot Model - Bugs

Having been shown some of the bugs we have came across in using the Rport model for Reporting Services 2005 - can someone from Microsoft please respond to this or the following post:-

http://forums.asp.net/1190731/ShowPost.aspx

We have notice several bugs which are what I would say range from the rediculous to the point that Model is a horrible let doen and looks almost unfinished.

Anyone from MS care to reply so we can go over these?

Thanks
Gregor

Have you actually called Microsoft and told them about this issue? I would not expect them to take too much action based upon a forum posting -- assuming they even see it.

Friday, March 9, 2012

Reporting Service Performance

I have developed a Windows Forms Control that renders ReportingService reports as a metafile, This way the reports can be shown on as 'Crystal Reports' does in the wysiwyg way. But when the reports contain some hundered pages (and that happens often) the rendering of one page takes up to 3 seconds. The reason for this is not the SQL statement (it is a simple listing of 15000 records in one table). Is there a way to speed this up without using caches or snapshots? The Controls main feature must be that it can easily show and print reports.
The Control is based on the following code: http://blogs.msdn.com/bryanke/articles/71491.aspxThe image rendering extension was not really designed to be used this way
and is known to have issues with large reports. Bryan's code is a interim
approach until we have the supported set of report controls available in VS
Whidbey.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Dasirr" <Dasirr@.discussions.microsoft.com> wrote in message
news:0BE027EA-51C5-4B4E-BC32-2CC51EE01E0C@.microsoft.com...
>I have developed a Windows Forms Control that renders ReportingService
>reports as a metafile, This way the reports can be shown on as 'Crystal
>Reports' does in the wysiwyg way. But when the reports contain some
>hundered pages (and that happens often) the rendering of one page takes up
>to 3 seconds. The reason for this is not the SQL statement (it is a simple
>listing of 15000 records in one table). Is there a way to speed this up
>without using caches or snapshots? The Controls main feature must be that
>it can easily show and print reports.
> The Control is based on the following code:
> http://blogs.msdn.com/bryanke/articles/71491.aspx

Reporting Service look and feel

Hi,
Can the pages that are shown by SQL Server 2005 reporting services be
customised. The pages that are shown are rather "techy" looking. I want to
change some of what is on there for my users' requirements and also be able
to badge with corporate colours, logos, etc.
Thanks
DavidI just wrote about some options here:
http://weblogs.asp.net/jgalloway/archive/2006/12/12/reporting-services-add-a-logo-to-the-report-manager.aspx
David Hyde wrote:
> Hi,
> Can the pages that are shown by SQL Server 2005 reporting services be
> customised. The pages that are shown are rather "techy" looking. I want to
> change some of what is on there for my users' requirements and also be able
> to badge with corporate colours, logos, etc.
> Thanks
> David|||Hmmm, not straight forward then. MS missed that one.
Thanks very much.
<jongalloway@.gmail.com> wrote in message
news:1165970930.225111.181230@.f1g2000cwa.googlegroups.com...
>I just wrote about some options here:
> http://weblogs.asp.net/jgalloway/archive/2006/12/12/reporting-services-add-a-logo-to-the-report-manager.aspx
> David Hyde wrote:
>> Hi,
>> Can the pages that are shown by SQL Server 2005 reporting services be
>> customised. The pages that are shown are rather "techy" looking. I want
>> to
>> change some of what is on there for my users' requirements and also be
>> able
>> to badge with corporate colours, logos, etc.
>> Thanks
>> David
>|||Read this in books on-line. It discusses changing and using custom style
sheets. It might not get all the way to what you want but at least some of
the way.
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rptsrvr9/html/df805cff-b1de-4062-b2ac-423f37390fbd.htm
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"David Hyde" <david*nospam*.hyde@.celeton.com> wrote in message
news:1166003621.3958.0@.proxy02.news.clara.net...
> Hmmm, not straight forward then. MS missed that one.
> Thanks very much.
> <jongalloway@.gmail.com> wrote in message
> news:1165970930.225111.181230@.f1g2000cwa.googlegroups.com...
>>I just wrote about some options here:
>> http://weblogs.asp.net/jgalloway/archive/2006/12/12/reporting-services-add-a-logo-to-the-report-manager.aspx
>> David Hyde wrote:
>> Hi,
>> Can the pages that are shown by SQL Server 2005 reporting services be
>> customised. The pages that are shown are rather "techy" looking. I
>> want to
>> change some of what is on there for my users' requirements and also be
>> able
>> to badge with corporate colours, logos, etc.
>> Thanks
>> David
>

Wednesday, March 7, 2012

Reporting Service - print button shown on IE not shown on Firefox

Hi, I have my web application on which I use the ReportViewer to call a Server Report. I fill the report viewer and I see the report correctly on the IE 7, however on the Firefox the Print button does not appear, only the refresh. On the .Net the printButton is set to visible, just on Firefox does not appear...any one had this issue?Thanks a lot for helping!

Our friends at microsoft have decided to make the print function an ActiveX control, supported only by IE