Toolbars in the report view take a lot of the screen space as each button takes a line

I created a report which looks fine in the BIDs but as soon as I upload it to the Report server and open it with the IE the toolbars take much of the screen space as each button (Export, Refresh and save) take a line. how can I change the configuration so
that all buttons will appear in one line (or will not appear at all)?
I'm sure it is something to configure in the server side as in whichever IE I open the report, from different computers, I always get it the same

Hi,
I would ask the following questions to verify the issue:
1. Does the issue happen on all the reports?
2. Does the issue persist if you open it in the other web browsers?
2. What’s the version of your Reporting Service and Internet Explorer?
Please post the image of the issue, so we can understand the problem in more details.
You can use &rc:Toolbar=false parameter to hide the toolbar in the Report Server.
The following articles are helpful:
URL Access (SSRS)
http://msdn.microsoft.com/en-us/library/ms152835.aspx
SSRS Remove Menu in Web-Page
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/a6f2899b-a8bb-41a2-880c-0b302907161c/ssrs-remove-menu-in-webpage
Thanks.
Tracy Cai
TechNet Community Support

Similar Messages

  • HT204053 My wife and I each have an apple computer and an iPhone.  Setting them up with the iCloud put us on the same account.  I take a lot of photos on job sites and she takes her own photos we have to scan though each others photos to find our own.  Ho

    My wife and I each have an apple computer and an iPhone.  Setting them up with the iCloud put us on the same account.  I take a lot of photos on job sites and she takes her own photos we have to scan though each others photos to find our own.  How do I separate the accounts without one of us losing our own stuff?

    Decide which device will be changing accounts.  On that device, if you have any photos in photo stream that are not in your camera roll that you want to keep on the device, save them to the camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll. 
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The device(s) that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iDevice.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to delete any data that you don't want in each account (such as deleting your wife's data from your account, and vice versa) you will have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete it.

  • Using MS Access to Pull Up the Report Viewer - Crystal Reports 2008

    We recently purchased Crystal Reports 2008 Developer so that we can create standardized and feature rich reporting solutions for our company. Many of our current applications are developed in MS Access XP. It has been quite some time since I have worked in Crystal Report and it seems a lot has changed.
    One thing I remember is that there was an ActiveX control that could be added to an Access application, giving the application the ability to pull up a report in a separatre Crystal Viewer. I am having difficulties is finding an object in Access for Cyrstal Reports 2008 (Crystal 12) for the Report Viewer. Is there still such an ActiveX object available for MS Access applications?

    Thanks. I got it now.
    Now my problem is getting the crpe32.dll registered. I keep getting an error and the CrystalVCL example application fails due to not beign able to fnd the correct version.
    You'll have to treat me like I'm stupid on this one. I usually work in the over simplified Access application "development". So dealing with any real object oriented environment and any complex dll registering is a bit beyond me at this point. But I'm learning.
    I have two crpe32.dll's on my computer one is in C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    And another is in C:\Program Files\Common Files\BusinessObjects\3.0\bin
    I have tried registering both of these and neither one will work. So, maybe that means that the're not supposed to be registered through regsvr32?

  • Second Printed Page of a Report Is Corrupted As Well the Report View When Focus Is Returned To It

    I am having a problem with a report in Access 2010. The report detail has a linked subreport in it. I build a query dynamically for both the report and subreport. There is a form that builds the queries and then displays the report in Report View. Everything
    is displayed correctly. In this view I have a command button that will print the report using “DoCmd.RunCommand acCmdPrint.”The printed report’s first page is correct. The second page has #error for all the fields for next record detail and that is it. At
    this point, there are still multiple records to print. When focus is returned to the Print View, it is corrupted and usually freezes.
    If after the Report View is displayed, I right click on the header and choose to display the Print Preview, all pages are displayed correctly. If I right click again, and select print, all pages are printed correctly, and the Report View is not corrupted.
    To see if I had corrupted the database, I imported everything into an empty database. After compiling the code, the behavior did not change at all.
    Once I place the database into production, everything will be driven by command buttons on the forms and reports so the left-click drop-down menus or any ribbons will not be available.
    Does anyone know what is happening?
    Thanks, in advance.

    Hi Ray,
    I failed to reproduce this issue in my test environment (Access 2013).
    Steps:
    #1 Create a table with the attachment field, add multiple records
    #2 Create a report with the table
    #3 Click Print Preview of the report, it worked correctly
    Can you also reproduce this issue in a newly created database, if no, I will suspect that issue is related to the specific database file (data issue or database is corrupted). You could use the link below to compact and repair the database.
    Compact and repair a database
    If the methods above do not work, it would be helpful if you could share us a simple demo to reproduce this issue. Due to privacy issues, I will also suggest you submitting a professional support incident to get the 1-1 support service so that Microsoft
    engineers can work closely with you to resolve this issue.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Add columns in DataGridView And display it in the report Viewer at RunTime

    Hello Everyone , this is my first participation here, I am civil Engineer and I have a Question 
    I created dataGridViewer connected to a database , when I change the records and reopen the application the changed are saved However , I let the user to add/delete columns during the runtime (by using sql command) ,even though those columns are saved and
    appear at datagridviewer 
    The reported Viewer (which i designed using wizard) is not showing these columns
    what should i do , I have been trying to solve this for a week ! could it be a year ? !  
    I am using c# visual studio 2012 

    Hi Azzam,
    According to your description, you want to display changed columns in ReportViewer control. Right?
    In Reporting Services, when we retrieve the data, the query or stored procedure will only execute one time. So during runtime, the data in a report will not change. So we can't display the changed columns in report during runtime. However, we can set the
    Auto-refresh properties for report so that the report can refresh every X seconds. This is the most effective workaround. Please refer to links below:
    SSRS report auto refresh
    Automatically refreshing your SQL Reporting Services reports with the AutoRefresh element
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • What does the report viewer look like

    Ok, this is a stupid question, but I've been staring at the screen for 15 minutes and I'm stumped. I'm in Visual Studio 2010/VB.Net and I've created my first CR report in VS. I'm reading some step-by-step instructions for dummies on how to view the report at run-time. It says, "Select the default form (Form1.vb) you created in VB.NET and drag a button and CrystalReportViewer control to your form."
    So where the heck in the CrystalReportView Control. When I right-click on the toolbox and chose add items I can see the there is a CrystalDecisions.Web and 1 for CrystalDecisions.Windows.Forms, along with a number of other CR namespaces. I can't see them in my toolbox, though. There are no CR objects in the toolbax. What are they labeled as? If I uncheck them and the chose add items again and re-check them nothing changes. Under the section of the toolbax all I have is the Microsoft.Reporting.WinForms.ReportView. There is no CR report viewer.
    What section of the toolbax should the CR report view be under?
    Greg

    Hi Greg,
    You may check following
    [.NET Framework Client Profile|http://msdn.microsoft.com/en-us/library/cc656912.aspx]
    [1544669 - The CrystalReportViewer control is missing from the Visual Studio 2010 toolbox|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap%28bd1lbizjptawmq==%29/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343334333633363339%7D.do]
    Thanks,
    Saurabh

  • While preview the report in the reporting server it will show me the password expired?

    HI i am working on BIDS 2008R2,
    I have deployed my Report soluction in the reporting server,but while i preview the report in my reportig server ,
    it will show me the below error ,pls find the scrrenshoot it show the below error
    Tell me one thing here i dnt have permisions to view the reports or what,
    but while am using windows credntials alos not able to see the reports,
    so can you pls help me out for this problem.its urgent basis

    Hi Ychinnari,
    Reporting Services provides a special account that is used for unattended report processing and for sending connection requests across the network. The account is used in the following ways:
    Send connection requests over the network for reports that use database authentication, or connect to external report data sources that do not require or use authentication.
    Retrieve external image files that are used in report. If you want to use an image file and the file cannot be accessed through Anonymous access, you can configure the unattended report processing account and grant the account permission to access the file.
    According to the error message, password of unattended execution account has expired. To troubleshoot the problem, please refer to the following steps:
    Start the Reporting Services Configuration tool and connect to the report server instance you want to configure.
    On the Execution Account page, select Specify an execution account.
    Type the account and password, retype the password, and then click Apply.
    If credentials are passed in the connection string, you need to modify password of the connection string.
    For more information about Configuring the Unattended Execution Account, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/ms156302.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Is there any way to re-install an older version of pages on my computer? The new version lost a lot of the templates I enjoyed using...

    Is there any way to re-install an older version of pages on my computer? The new version lost a lot of the templates I enjoyed using...

    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09 unless you deliberately deleted them.
    If you did delete them & have a Time Machine backup that includes your Applications folder you can restore them from there. In the past the iWork apps have not worked well when copied from another drive, but some users have reported that this works for them, especially if the apps were originally purchased from the Mac App Store. If you originally installed them from the retail disk, find the disk & reinstall them & then update to iWork 9.3.

  • In the year view, why is iCal coloring the boxes?

    In the year view, why is iCal coloring the boxes and what does each color mean and how do we change it?  It makes no sense or has any rhymn or reason according to what is in my calendar.

    By default it is colored by the number of entries for each day. From white for no entries through yellow to orange and then red for the most entries.
    Hope this helps.

  • In the report builder 6i when I choose the query  type as Express Query .....

    In the report builder 6i when I choose the query type as Express Query and go to next step where on pressing the connect button I am getting the following error.
    REP-6029 : Express error.
    How can I solve this problem ?
    Thanks
    Nanda Kishore

    DiId you download Oracle Reports Developer/Server Release 6i for Express, Files for Oracle8i for Windows NT from OTN?
    If so, could you provide me wih more information?
    Thanks
    Elaine

  • Launch Console fails: the vnc viewer is not installed on the manager server and no local vnc viewer is found.

    Hello,
    I have created and started a VM image and try to configure this image, but when launching the console I get the error:
    "the vnc viewer is not installed on the manager server and no local vnc viewer is found."
    I've read the vnc console does not rely on a local version of the vnc client, but uses the java vnc.  From the java log I get:
    Java Web Start 1.6.0_43
    Using JRE version 1.6.0_43-b01 Java HotSpot(TM) Client VM
    User home directory = C:\Users\kgraaf
    28-jun-2013 10:17:04 com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    28-jun-2013 10:17:04 com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    It is not clear to me yet what is expected to be running where. My configuration is:
    - VM Server 3.1 on Linux host A
    - VM Manager 3.1 on Linux host B
    - Connected via Windows 7 64-bit client via a browser to the Management Server. Let's call this host C
    When launching the console it tries to connect to 127.0.0.1:60505 so to localhost and a port#.
    - Given this information I would expect it tries to launch the vncviewer from my management server (host B).
    - /usr/bin/vncviewer is installed on host B, but this appears not to be used.
    - We see java vnc is started on my Windows 7 client (host C) and it tries to connect to 127.0.0.1 (localhost on my Windows client??) and not to the remote management server (host B)!?
    Questions:
    1 - Can someone explain what exactly is being executed (from where and to which host) when launching the console?
    2 - Is this a java version / Windows 7 related configuration issue? How to fix this?
    Thanks,
    Klaas.

    Per Oracle's website - RAN into this a few hours ago...Do it as ROOT on the VM Manager Host
    http://docs.oracle.com/cd/E26996_01/E18548/html/BABFBEIF.html
    It is preferred that you install either TightVNC on the Oracle VM Manager host computer. You can get the latest TightVNC package from:
    http://oss.oracle.com/oraclevm/manager/RPMS/http://oss.oracle.com/oraclevm/manager/RPMS/
    Install TightVNC with the command:
    # rpm -ivh tightvnc-java-version.noarch.rpm

  • The report terminated with error:  REP-501: The specified database cannot b

    Dear All,
    We are usning forms and reports 11g in weblogic . while running the reports from forms
    frequently getting the error The report terminated with error: REP-501: The specified database cannot be connected..
    Can anyboby help me to solve this problem

    REP-501 typically means that Oracle Reports are unable to locate any available Oracle Databases. By default, Oracle Reports (similar to Oracle Forms) will only look for available databases in tnsnames.ora. Not only that, but the Reports environment by default will always look for the tnsnames.ora file in %ORACLE_INSTANCE%\config ($ORACLE_INSTANCE/config in Unix). I have seen these scenarios happen before especially if the TNS_ADMIN variable for your Forms environment variables is a directory different from %ORACLE_INSTANCE%\config. This would be the first place I would look.
    If tnsnames.ora is located in %ORACLE_INSTANCE%\config, do all generated reports fail with this message or a select amount of them? If only a select amount of them, are there any similarities with these reports (e.g, size, parameters, etc.)?
    Thanks,
    Scott
    http://pitss.com/us

  • How do I easily find a photo in events? I found it in the photo view but can not identify the event it is in.

    How do I easily find a photo in events? I found it in the photo view but can not identify the event it is in.

    Right click on the Photo and choose 'Show Event'

  • HT4623 My iphone 5 seems to be stuck in the horizontal view when I'm in the message mode.  In all other views I can turn the phone 90 degrees and horizontal to vertical works fine.  Not sure what the problem is.

    My iphone 5 seems to be stuck in the horizontal view when I'm in the message mode.  In all other views I can turn the phone 90 degrees and horizontal to vertical works fine.  Not sure what the problem is.

    I found a solution!
    Perhaps this is just temporary, but I have my display up and working again.
    Although the symptoms are different were a bit different, the solution here worked:
    http://apple.stackexchange.com/questions/120259/grey-screen-after-login-blue-scr een-of-death-from-cmdr
    As I was able to connect to my HD via an external monitor, in the finder, I went to:
    1. Macintosh HD --> System --> Library --> Extensions
    2. From there I moved all of the files that started with ADM and ATI (19 in total for me) to a folder on my desktop. (You will need to enter your admin password for this)
    3. Next was a restart.
    4. Then my display started working again.
    5. After that, I transferred the files back into my Extensions folder.
    6. I then did another restart with my fingers crossed and breath held. It worked.
    Also... During the last few days of trying to find a fix, I restored a Mavericks backup to my computer away from Yosemite.
    I'm very sure this problem occurred when I put my MBP to sleep, disconnected the power in its sleep, while something was connected to a USB port and unplugging the USB device (for me an iPhone charger) while the MBP was closed.
    I hope this helps the next person.

  • Everything works except viewing a report *in* the Report Viewer web part

    Hello!
    I'm having an issue with the SharePoint 2007 PIK where the following works fine...
    1. Adding the Document List to the web page and clicking a report to view it in a new browser window
    2. Adding a Document View web part and pointing it to a Document on the BOE server repository views fine in the Doc View web part
    However, when I try to use the Crystal Report View web part, click Edit, and Browse to select a report to view, it selects it fine but does not display it. Instead I get this error:
    Report cannot be displayed because no report processing server is available. Please try again later or contact your BusinessObjects Enterprise administrator.
    It setting up a connection between the Document List and Crystal Report View also gives the same error when a report is selected by the end user.
    Any ideas what I can check? Do I have to install the BOEXIR2 web components on this SharePoint server too?
    Right now it just has the BOE .NET SDK and SharePoint PIK. The full BOE XI R2 server that I'm calling is on another computer.
    Thanks!
    Horus

    Ok, got this to work finally. The virtual directory steps were helpful but I still got broken links on my images.
    I tried right clicking the toolbar and report images in the browser and found the URL. Then I just entered that URL in the browser. This helped a bunch since at least I had a new error to research.
    Server Error in '/crystalreportviewers115' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Cannot use 'partitionResolver' unless the mode is 'StateServer' or 'SQLServer'.
    Googling this lead me to a tip to add a sessionState key in my X:\Program Files\Business Objects\common\3.5\crystalreportviewers115\web.config file as follows:
    <sessionState mode="SQLServer" timeout="60" allowCustomSqlDatabase="true" partitionResolverType="Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    After this my buttons and images worked. I'm not sure if your config is different but as a beginner with this stuff myself hopefully this works for you.
    Horus

Maybe you are looking for

  • IPhone 3G won't use wifi anymore.

    I hope someone can help here. My wifes 3g iPhone last week stopped using wifi. After updating to 4.2 the problem still exists. Its a funny one though. The iPhone can see my wireless network. I told it to 'forget the network' and I was able to find it

  • Modification of Global channels In NIMax while Labview Program running, not updating in Labview

    Hello,      Okay, here is my issue.  I have a program that reads data from a device using global channels in MAX. Step 1:  I open MAX with the systemExecute.vi with the parameters to wait till program finishes. Step 2:  I Modify a channel in Max, for

  • RH 6 a website not responding - missing whver.js file

    This is usually caused by the whver.js not being copied over on the server during the publishing process.  A fix is to manually copy it to the correct directory.  Once this file is copied to the correct directory all is well.  Does anyone know why th

  • Reduce grid spacing between icons in Finder even further

    Hi, Is there a way to reduce the grid spacing of icons in the Finder even further than what the cmd-I window allows? It still seems a lot of wasted space, I'd say, and I think some of my folders would look cooler if I could squeeze the icons closer t

  • Magic Trackpad Cursor Jumps or Moves Without the Trackpad Being Touched

    Magic Trackpad Cursor Jumps or Moves Without the Trackpad Being Touched. Try turning off your Bluetooth mouse or other nearby devices, especially if you find the cursor on your screen jumps or moves without the trackpad being touched. The cursor may