Showing posts with label viewing. Show all posts
Showing posts with label viewing. Show all posts

Friday, March 30, 2012

Report parameter validation from report manager in reporting services 2005

Hi,

Whenever user viewing a report using report manager,

how can we validate the input values from user for a datatime type report parameter.

i.e. validating whether the date is correct and in required format.

Thanks in Advance.

Regards

Pintu

The built in parameter UI performs only simple validation (making sure a float parameter has numeric characters, for example). The server will perform a full validation on the parameter value for formatting, culture, data type, etc. If you want more advanced client side validation, you will need to provide custom parameter UI in your own portal. Report Manager is not extensible in this regard.|||

Thanks Brian for providing the useful informaion

|||

Isn't there any built in functionality to prevent SQL injection? Or any build in functionality to prevent other scripts from being inserted i.e. scripts to prevent < > characters etc?

Can you provide a sample of a simple custom UI and tell us where/how to call it?

Thanks

Amy

Friday, March 23, 2012

Report moving between fields

I'm having a strange issue.
When moving between parameter fields when viewing a report, it refreshes the
report every time I move from field to field. Whether I'm moving with the
tab button or just clicking in the next field.
The refresh option is off.
Anyone have any ideas?Here's an update...
This only occurs when using a default field. I'm using the global constant
"user id". It is the last parameter in the stored procedure and the last
parameter entry field in my report.
If I move this field to the first parameter entry field, it works just fine.
When it's in any other position, it tries to run the report each time I move
to a new field.
This is extremely frustrating.
"Scott M" wrote:
> I'm having a strange issue.
> When moving between parameter fields when viewing a report, it refreshes the
> report every time I move from field to field. Whether I'm moving with the
> tab button or just clicking in the next field.
> The refresh option is off.
> Anyone have any ideas?sql

Tuesday, March 20, 2012

Report Manager Print does not respect page orientation or margins.

I have been experiencing a problem when viewing reports in IE (versions 6 and 7) in that the page orientation and margins set in the RDL are not passed to the print layout. I am using the one-time download print program for RS, not IE's print dialog.

As an example, I have a Landscape report with .25 margins all around. When I go to print, it is defaulted to Portrait with 1 inch margins all around.

Any help would be greatly appreciated.

-Nick

Started thread prematurely, answer in another thread. Apparently, linked reports do not retain the layout of the base report.

Wednesday, March 7, 2012

report is always one page regardless of how long it is...could somebody help?

Hi anyone,

my problem is a bit simillar with harry but we are making a report and when viewing it, we still see one page even how long the report is, I had viewed the XML code and search fot the property InteractiveHeight but I found out it has 8.5 by 11in on its page height...but still when viewing it has too long one page report

Can anyone help me with this? thanks a lot... we need to cut the report in pages.....God Speed

Hi,

where are you experiencing the long Report. If you mean within the report HTML view, you might have a look on the PDF rendered format. That differs to the HTMl ouput.

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de|||We are experiencing a long report upon generating the report bu cliking the view report button. the report is generaed successfully but still it has only one page even how long the report is...thank you