Showing posts with label srs. Show all posts
Showing posts with label srs. Show all posts

Thursday, March 29, 2012

Exporting report to text files

Hi guys,

I have this problem with srs... That is when i launched a report it should automatically create a text file on my local machine... is this possible?

Thanks

Not sure what you mean here..

Have you looked at subscriptions with delivery to the file system?

|||

what i mean is that whenever i open a report it should auomatically export the the report into .txt file format without going through the export button.

Does SRS has that kind of feature or i need to create a separate assembly for it?

thanks

|||

I think you would have to do some custom programming. Have you looked at the ssrs web service methods available?

sql

Sunday, February 26, 2012

export to excel percentage problem

If you format a number in SRS to a percentage using P0 format then export to
excel it left aligns the percentage and reads it as text.
Is there anyway to export to excel and it automatically reads it correctly
as a percentage?I used the formatting code "0.0%" rather than the predefined code and it
exports to Excel correctly.
Colin
"GeoffF" <GeoffF@.discussions.microsoft.com> wrote in message
news:9952F576-F34E-4AE0-B8B8-A499F69B345A@.microsoft.com...
> If you format a number in SRS to a percentage using P0 format then export
> to
> excel it left aligns the percentage and reads it as text.
> Is there anyway to export to excel and it automatically reads it correctly
> as a percentage?