ssrs-2008

Format datetime day with st, nd, rd, th

陌路散爱 提交于 2019-12-02 09:24:59
问题 I'm creating a report in SSRS and across the top I have a header with a placeholder for "Last Refreshed" which will show when the report last ran. My function in the placeholder is simply this: =Format(Now, "dddd dd MMMM yyyy hh:mm tt") Which looks like this: Monday 22 September 2015 09:46 AM I want to format the day value with the English suffix of st, nd, rd and th appropriately. I can't find a built in function for this and the guides I've looked at so far seem to describe doing it on the

SSRS 2008 word export doesn't print to landscape

北城以北 提交于 2019-12-02 08:37:05
问题 I have a number of SSRS 2008 reports that need to be exported to word in landscape mode. The reports look great when exported but when you attempt to print (or even preview) the page Word appears to be trying to print the reports in portrait mode thus cutting off all content to that is more then 8.5" from the leftmost side of the page. I have ensured that the following settings have been made. 1) Report -> Report Properties -> Landscape is set 2) the paper size is 11" wide X 8.5" high. 3) the

Getting a strange error when Try to save a SSRS report

旧时模样 提交于 2019-12-02 07:36:16
问题 Hi I have created a report in SSRS and I have been saving changes as I was building the report now right before the end I made a few more changes and now when I try to save the report it gives me this error message "Attemped to read aor write protected memory. This is often an indication that other memory is corrupt", any idea what is going on any suggestions please ??? Additional Information about the machine I am working on, Windows 7, SQL Server 2008 R2 , and SSRS 2008 R2, I have 12GB Ram,

ssrs 2008 cascading parameters

孤街浪徒 提交于 2019-12-02 07:27:29
问题 I am currently using SQL 2008 R2 with SQL server Report Service 2008. I am creating a report with the following parameters - Staff_name, Client_name, Lab, lab_date, etc. When the user selects the Staff name the Client they service will populate a drop-down for them to choose and this works fine. When the user selects a client then the clients labs will populate the Lab drop-down. I have a SP that returns the values of the lab dataset of a chosen lab or empty values if 'New Lab' is picked. The

How to stop asking for the credentials while deploying reports in ssrs 2008

只谈情不闲聊 提交于 2019-12-02 07:13:55
While deploying reports I am getting login prompt asking for the User Name and password. I have tried providing all possible id and passwords but no use. I can access both the Report manager url and ReportServer url but if I start deploying reports through SQL Server Business Intelligence development studio I am getting the above mentioned prompt. Please let me know how to avoid this. Make sure that the server on which you are trying to deploy the Reports, you must be under the group which has the following Role assigned. Browser, ContentManager and Publisher. Ganapathi Raman.K goto Start menu

Login failed for user 'NT AUTHORITY\\ANONYMOUS LOGON'

孤者浪人 提交于 2019-12-02 06:54:37
why this error comes? I am using windows authentication. But i am getting error Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' can any one help me in this how to solve this problem? Most likely it means you're trying to connect from an impersonated context and you did not set up constrained delegation. See Manage Kerberos Authentication Issues in a Reporting Services Environment for details and troubleshooting. Anonymous First of all, I always prefer to use the 'impersonation' settings in the ISS configuration that do not set the user/password in the web.config. Everything was fine in

sql reporting services how-to: mask a parameter

老子叫甜甜 提交于 2019-12-02 06:31:34
I have a requirement to allow my users to pull up a report for their customers using the customer's credit card number as a parameter. For security we want to mask the field, as is common on many e-commerce sites. I'm pretty sure this is not an out-of-the-box capability of reporting services. But I'm hoping this can be accomplished by adding some VB to the report. Not sure though. Anyone have an idea how this can be done in reporting services? Jeroen As far as I know there is no masked input for parameters in SSRS 2008. I'm not sure if custom code is the way to go. You haven't wold us about

Excel Function within SSRS 2012

丶灬走出姿态 提交于 2019-12-02 06:27:23
问题 From what I have read this may not be possible but thought it was worth asking, I am trying to Export a SSRS 2012 report but maintain an Excel Function at the same time. I have a Text Box in my SSRS report which when export always appears in Row/Column D33 I have a figure of 20. I have coded in to a Cell on my report =D33* "a figure that is returned in the report , the Expression I have used is ="=DD3*"&Cint(Fields!LABC_Hours.Value) , when exported this comes out as =D33*5 but what is should

Calling SSRS Report Server it asked “Authentication Required” window

梦想与她 提交于 2019-12-02 06:11:34
I have just started working in SSRS and I got a very strange problem i.e. When I am calling report server URL i.e. localhost/Reports This URL requires Authentication window for Username and password. like this. If I submitted local system user account information in that case it will appear me report server screen which we want. like this. I have created a demo web-application and in the default.aspx page I am using ReportViewer to show report and configure it. here is the code which i am using Default.aspx Page <rsweb:ReportViewer ID="ReportViewer1" runat="server" Width="100%"> </rsweb

How to deploy custom assembly in SSRS in Production Environment

眉间皱痕 提交于 2019-12-02 05:52:29
问题 I have created one custom assembly and this assembly uses a third party assembly. I have deployed a custom assembly in my local machine. But now, what should I do to deploy the report and those assemblies in the production environment. Is there any automated/wizard process available? 回答1: You need to copy that assemblies to production server into Microsoft SQL Server\MSSRS\Reporting Services\ReportServer\bin folder. Then back to ReportServer folder and open rssrvpolicy.config file to grant