a little problem
I dont know why, but it is impossible to send mail bigger than 4MB
outside my company. We are using MS Exchange 2000. I have set up the
limit for sending and receving for 20MB. It is strange because inside
the company it is OK, mails bigger then 5MB am able to send. But
outside'?Sure you are in the right group ?
But a limit can be declareated for in and outside the company, check the
default setitings of
your organsation settings.
HTH
"Jan West" <jan.west@.cz.liteonpi.com> schrieb im Newsbeitrag
news:#YLicqCtDHA.2492@.TK2MSFTNGP12.phx.gbl...
> a little problem
> I dont know why, but it is impossible to send mail bigger than 4MB
> outside my company. We are using MS Exchange 2000. I have set up the
> limit for sending and receving for 20MB. It is strange because inside
> the company it is OK, mails bigger then 5MB am able to send. But
> outside'?
>|||Thanks and sorry I have just subscribed the right group
Jens napsal(a):
> Sure you are in the right group ?
> But a limit can be declareated for in and outside the company, check the
> default setitings of
> your organsation settings.
> HTH
>
> "Jan West" <jan.west@.cz.liteonpi.com> schrieb im Newsbeitrag
> news:#YLicqCtDHA.2492@.TK2MSFTNGP12.phx.gbl...
>>a little problem
>>I dont know why, but it is impossible to send mail bigger than 4MB
>>outside my company. We are using MS Exchange 2000. I have set up the
>>limit for sending and receving for 20MB. It is strange because inside
>>the company it is OK, mails bigger then 5MB am able to send. But
>>outside'?
>
>
Showing posts with label company. Show all posts
Showing posts with label company. Show all posts
Monday, March 19, 2012
Friday, February 24, 2012
excel vs. pdf - is it possible to eliminate header?
I have a report that has images etc. (company logo) at the top which works
fine when rendering to pdf. However I'd like to elimiate this stuff when
rendering to xls. Is that possible?
Thanks.
--CoryTry CSV ASCII instead. Much faster and it will do what you want.
Here is an example of a Jump to URL link I use. This causes Excel to come up
with the data in a separate window:
="javascript:void(window.open('" & Globals!ReportServerUrl &
"?/SomeFolder/SomeReport&ParamName=" & Parameters!ParamName.Value &
"&rs:Format=CSV&rc:Encoding=ASCII','_blank'))"
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Cory" <Cory@.discussions.microsoft.com> wrote in message
news:3CA7586B-D025-4561-9D32-6BD9A63303C3@.microsoft.com...
>I have a report that has images etc. (company logo) at the top which works
> fine when rendering to pdf. However I'd like to elimiate this stuff when
> rendering to xls. Is that possible?
> Thanks.
> --Cory
fine when rendering to pdf. However I'd like to elimiate this stuff when
rendering to xls. Is that possible?
Thanks.
--CoryTry CSV ASCII instead. Much faster and it will do what you want.
Here is an example of a Jump to URL link I use. This causes Excel to come up
with the data in a separate window:
="javascript:void(window.open('" & Globals!ReportServerUrl &
"?/SomeFolder/SomeReport&ParamName=" & Parameters!ParamName.Value &
"&rs:Format=CSV&rc:Encoding=ASCII','_blank'))"
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Cory" <Cory@.discussions.microsoft.com> wrote in message
news:3CA7586B-D025-4561-9D32-6BD9A63303C3@.microsoft.com...
>I have a report that has images etc. (company logo) at the top which works
> fine when rendering to pdf. However I'd like to elimiate this stuff when
> rendering to xls. Is that possible?
> Thanks.
> --Cory
Friday, February 17, 2012
Excel renderer in RS2005-Sheet names
The Reporting group in our company uses SRS 2005 to generate most reports for
the Company. Many of these reports are distributed automatically to our
clients. An increasing number of these reports are distributed as Excel
spreadsheets. These Excel reports generally contain multiple worksheets.
For customer convenience, these worksheets should be named. The portion of
Report Services that writes the Excel files, is apparently not capable of
naming these worksheets with user specified names when there are multiple
worksheets. However when only one worksheet is present, it is named with the
title of the report. Is there a way to name the worksheets dynamically as the
report is generated? If not, is it possible to write a custom renderer to do
so, or to extend the excel renderer? I appreciate any code examples.
Thanks in advance.You might want to look into Software Artisan's Excel writer for Reporting
Services. It gives you more control over the Excel rendering.
http://officewriter.softartisans.com/officewriter-250.aspx
--
Andy Potter
blog : http://sqlreportingservices.spaces.live.com
info@.(NOSPAM)lakeclaireenterprises.com
"Saritha" <Saritha@.discussions.microsoft.com> wrote in message
news:1BD099C8-6EA3-4D9B-999D-5574F9A151E6@.microsoft.com...
> The Reporting group in our company uses SRS 2005 to generate most reports
> for
> the Company. Many of these reports are distributed automatically to our
> clients. An increasing number of these reports are distributed as Excel
> spreadsheets. These Excel reports generally contain multiple worksheets.
> For customer convenience, these worksheets should be named. The portion of
> Report Services that writes the Excel files, is apparently not capable of
> naming these worksheets with user specified names when there are multiple
> worksheets. However when only one worksheet is present, it is named with
> the
> title of the report. Is there a way to name the worksheets dynamically as
> the
> report is generated? If not, is it possible to write a custom renderer to
> do
> so, or to extend the excel renderer? I appreciate any code examples.
> Thanks in advance.
>
the Company. Many of these reports are distributed automatically to our
clients. An increasing number of these reports are distributed as Excel
spreadsheets. These Excel reports generally contain multiple worksheets.
For customer convenience, these worksheets should be named. The portion of
Report Services that writes the Excel files, is apparently not capable of
naming these worksheets with user specified names when there are multiple
worksheets. However when only one worksheet is present, it is named with the
title of the report. Is there a way to name the worksheets dynamically as the
report is generated? If not, is it possible to write a custom renderer to do
so, or to extend the excel renderer? I appreciate any code examples.
Thanks in advance.You might want to look into Software Artisan's Excel writer for Reporting
Services. It gives you more control over the Excel rendering.
http://officewriter.softartisans.com/officewriter-250.aspx
--
Andy Potter
blog : http://sqlreportingservices.spaces.live.com
info@.(NOSPAM)lakeclaireenterprises.com
"Saritha" <Saritha@.discussions.microsoft.com> wrote in message
news:1BD099C8-6EA3-4D9B-999D-5574F9A151E6@.microsoft.com...
> The Reporting group in our company uses SRS 2005 to generate most reports
> for
> the Company. Many of these reports are distributed automatically to our
> clients. An increasing number of these reports are distributed as Excel
> spreadsheets. These Excel reports generally contain multiple worksheets.
> For customer convenience, these worksheets should be named. The portion of
> Report Services that writes the Excel files, is apparently not capable of
> naming these worksheets with user specified names when there are multiple
> worksheets. However when only one worksheet is present, it is named with
> the
> title of the report. Is there a way to name the worksheets dynamically as
> the
> report is generated? If not, is it possible to write a custom renderer to
> do
> so, or to extend the excel renderer? I appreciate any code examples.
> Thanks in advance.
>
Subscribe to:
Posts (Atom)