CRVS2010 Beta - group tree in VS 2010 Crystal Report

Hi, I have installed VS 2010 Beta 2 Crystral Report and converted VS2005 report to VS2010 version.
I noticed there is a group tree button on the left side of report and I can't remove it.
question1) is there a way to remove Parameter Panel from the report when the report comes up?
question2) if I cannot remove Parameter Panel, is there a way to disable/remove the group tree butten?
thanks
Edited by: remowilson on Nov 2, 2010 3:36 PM
Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
Edited by: Ludek Uher on Nov 2, 2010 8:08 AM

From CR 2008 Developer Help file:
The new parameter panel in Crystal Reports 2008 lets users set static and dynamic parameters and refresh the report. Users can also interactively format and filter report data. The parameter panel is available from the tool panel. You can access the parameter panel by clicking the Toggle Interactive Parameters button on the toolbar or programmatically by using the following code:
Visual Basic Copy Code
myCrystalReportViewer.ToolPanelView = ToolPanelViewType.ParameterPanel
C# Copy Code
crystalReportViewer.ToolPanelView = ToolPanelViewType.ParameterPanel;
You can hide the Toggle Interactive Parameters button programmatically by using the following code:
Visual Basic Copy Code
myCrystalReportViewer.ShowParameterPanelButton = False
C# Copy Code
crystalReportViewer.ShowParameterPanelButton = false;
The panel displays all parameters that have been set to Editable or Read only. If a parameter is set to Editable, you can add, delete or modify parameter values by clicking the Show the Advanced dialog box button. If the parameter values are modified but not applied, an asterisk will appear beside the parameter field to indicate that the values were not applied to the report.
Note 
If the parameter accepts custom values, you can directly edit the parameter value in the text box on the parameter panel.
A database icon will appear adjacent to data parameters. When you modify the value of a data parameter, the report refreshes and accesses the database to make the corresponding changes. When you modify the value of a non-data parameter, the report is formatted or filtered based on saved data within the report. The report does not access the database.

Similar Messages

  • Print Issue in VS 2010 Crystal Report Version 13.0.1.220

    Hi Friends,
    I am new user for SAP crystal report,
    can any one help me for
    Print Issue in VS 2010 Crystal Report Version 13.0.1.220

    Font must be True Type and on the WEB server where the report is being processed.
    Run Process Monitor and see if your app is loading the Font....
    Typically if the characters show up as a box it means either the font you are using does not support UNICODE characters, it's not installed so font substition is done but the font used doesn't have the Glyph's required or there is a permission issue with the font being instlaled under a local User account and should be installed under the Admin account.
    Also, Search for Font and Windows Framework, there are known limitations with .NET Framework and some fonts.
    What font are you using?
    Don

  • Group Tree issue when refreshing- Crystal for Visual Studio 2010 WPF Viewer

    Hello,
    We've run into an issue when refreshing reports with the WPF viewer for Visual Studio 2010. After the report is refreshed, the Group Tree is blank and it should have values. For example, you run a report and see values in the Group Tree. If you refresh the report with the same parameter values the Group Tree is blank.
    Has anyone run into this yet?
    Thanks,
    Tyler

    That is correct.
    I just did a quick test and was not able to reproduce the issue.
    Details of test:
    1) Create a new app;
    File | New | Project
    Visual Basic | reporting -> Crystal Reports WPF Application
    2) Add the "Open File" button to the viewer (ShowOpenFileButton off of the WPF viewer properties)
    3) Run app
    4) Browse to a report that has a number of groups >250
    5) Refresh report using the Refresh button on the viewer
    I'll work on this a bit later today, see if I can repro it another way. Meanwhile, can you provide mode details (code) on how you repro the issue?
    - Ludek

  • CRVS2010 - Hide Group Tree and Parameter Panel

    When I load a report into the CrystalReportsViewer:
    crViewer.ViewerCore.ReportSource = document;
    the viewer show by default the Group Tree and the Parameter Panel.
    I don't want this, I want by default these panels not shown.
    Is it possible?
    I tried with:
    crViewer.ViewerCore.ToggleGroupTree = false;
    crViewer.ViewerCore.ToggleParameterPanel = false;
    crViewer.ViewerCore.ToggleSidePanel = false;
    but it doesn't work. And I don't want to use the ToggleSidePanelButton.
    Thanks.
    PaoloB

    See [this|CRVS 2010 BETA - WPF Viewer - How to hide SidePanel?] forum thread.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Show Group Tree always enabled when a report opens in CrystalReportsViewer

    <p>I&#39;m not sure if this is a "feature" of the crystalreportsviewer11 stuff, or if I did something wrong in my jsp/report, but whenever I open a report the Group Tree is open, and it&#39;s rather annoying that I have to close it every time I open a report. Is there any way to turn this off or maybe just let me know what I did wrong in my jsp/report. Thanks.</p><p>-Sam Morehouse </p><p>HBF Group, Inc </p>

    Hi,
    We are using openDocument.jsp to view a report, how can we modify the properties for CrystalReportViewer in this case.
    We have put in a seperate topic too:
    http://diamond.businessobjects.com/node/4259
    Thank you.
    KS

  • Group Tree shows items not on report.

    Post Author: BSK
    CA Forum: General
    I have a report grouped by Items then suppress some of those items based on type or date.
    Is there any way to modify the Group Tree to also suppress the Items that the report suppresses?

    Post Author: BSK
    CA Forum: General
    That is what I would do but this report is unusual in the fact that I need to select all Items then elimnate the Items that fall into a Quantitiy qualification and print the Items that don't meet the Quantity qualification but fall into a date range.  For simple terms I want all items that don't qualify versus a standard report where you generally look for all items that do meet a qualification.  I can some reverse logic on the selection formula but is there any way to process the Group Tree during report processing and not strictly on the Group By field?

  • Remove show/hide group tree at inforview for cystal report

    Hi there!
    I have 2 copies of Inforview install on 2 computers.
    The first one, is my local comp. The display of cyrstal report at dynamic viewer is ok.
    However on my second comp. The viewer will default to show the group tree stucture. I have tried to set the configuration at web.config. But it is still displaying the group tree structure.
    Anyone could assist me?
    Thanks and Regards,
    Joni

    I have tried disabling the option "Show Preview Panel" (according to a screenshot I found, this option replaced the old "Create Group Tree" option) in Report Options, and that effectively eliminates the content of the group tree, however, the group tree panel still comes up and shows empty until it is hidden using the toolbar.
    This is really annoying and I can't find any solution for it on the web. Any ideas anyone?
    Thanks,
    Joerg.

  • Dynamic columns with grouping.... in crystal report...using java /c# api ??

    I need to create a report with dynamic columns
    for e.g/
                                           Pre   Scen 1   Scen 2   Scen 3   Scen 4   Scen 5   Scen 6      .....
    *Total                          4.5118   4.5118    4.5118   4.5118   4.5118        4.5118   4.5118     *
    *Canada                    1.7180    1.7180    1.7180   1.7180  1.4103     8.4103      8.4103     *
       BG                           1.6224    0.9641    1.0473   1.0473  6.4635     6.4635  1.6224     
       BI                              0.044     0.0827     0.3578   0.3578 0.0560     0.0560   0.0744     
      DIN                    0.0056     -0.0655     -0.0215     -0.0215     -0.0210     -0.0210     0.0056     
    *Czech Republic     1.7180     1.7180     1.7180     1.7180     18.4103     18.4103     18.4103     *
      CEE               0.0275     1.0000     0.7359     100.0000     0.0858     0.0858     0.0275     
    *Israel               1.7180     1.7180     1.7180     1.7180     18.4103     18.4103     18.4103     *
      F                    0.0077     1.0000     0.7359     100.0000     -0.0035     -0.0035     0.0077     
    *United States          1.7180     1.7180     1.7180     1.7180     18.4103     18.4103     18.4103     *
      A                    0.0144     0.1871     91.0473     0.0679     0.0544     0.0544     0.0144     
      AA                    0.0428     0.0626     0.3578     0.0675     0.1175     0.1175     0.0428     
      AB                    0.0431     0.1553     -0.0215     0.1685     0.1199     0.1199     0.0431     
    in this report....grouping will be parameterized ....and total also required at every stage...
    so how can i add the columns dynamically ?
    number of columns are not fixed...they may be 20...30....etc

    Requirement is...
    I have a table scn ... where i can make entries any time....assume they are some rules...
    I have another table called t1 ... where i need to calculate values of t1 again some specific rules are table scn.
    So for each t1 there will be one row with columns as scn entries which I select on interface.
             Original Value  --  Sc1 ......  Sc2  ...... Sc3  ......  Sc4 ......  Sc5 . . . . . .. .
    t1...................xx...... xx..........xx..........xx........ xx........ xx
    t3...... .............xx...... xx..........xx..........xx........ xx........ xx
    t4....................xx...... xx..........xx..........xx........ xx........ xx
    selection of these scn columns will be dynamic....so i cant create n number of columns in the report template and hide them as per requirement....it will not work.
    Wat is a feasible solution to create such kind of report ?
    Can we create template in C# or .net ?
    IF yes...do we have to save every time in order to render report ?
    e.g.   one report may contain 4 columns and other 10 ... so do i have to create new rpt file each in order to render the report ?
    Please if any1 have approach to create this kind of report then it will very helpful....
    Edited by: pchawan on Jul 19, 2011 11:28 PM

  • CRVS2010 Beta 2 Pie chart legend displaying "_e_Total:1_n_pseudoloc_"

    Instead of displaying "Total" at the bottom of my pie chart legend I am getting the following text: "_e_Total:1_n_pseudoloc_"
    The values and percentages calculate correctly, but the label is unusual.

    Hello,
    I have the same problem with my pie chart. My report was fine before I did my update to CRVS2010 Beta 2. I was using crystal report 11.5.
    My report is really simple. I have a resume chart that you can drilldown. Each drilldown show the same chart for the selected
    item.
    I'm using Windows 7 Professionnel 64 bit in french (canada version).
    Visual Studio Version 10.0.30319.1
    Framework 4.0.30319

  • Hide the 'group tree' in crystal reports 2008

    Hey Guys,
    Please help me out.
    I need to hide the group tree which automatically shoots on the crystal report after execution.
    This is what i need to see. Only the report data (After report execution) i do not need to see the group tree under the tab 'main report' which appears on the left had side of the report.
    I know that in the previous version there was an option which would hide the group tree option under File>Report Option> uncheck Group tree.
    But there is no option here in CR 2008.
    Is there a code i need to insert somewhere in the report??
    Regards,
    Harvino

    Hi Chinmay,
    Thanks for your quick reply, I was late on the reply because I had a load of other things to do. Sorry for that....
    I am aware that we can click the toggle panel to remove the group tree.
    But a user wants to hide the group tree on 1st run,,,, that is causing the problem.....
    I cant seem to find an option we can disable group tree for the user, so that he may not view the group tree..
    Harvin

  • Side by side installation Crystal Reports for Visual Studio 2010 - CRXIR2 ?

    we are integrating Crystal Reports for Visual Studio 2010 into our C++ application.
    We used to work with CRXIR2.
    A customer of ours has upgraded to the VS2010 runtime version for 64-bit,
    and seems to be having random crashes.
    We haven't been able to pinpoint the problem...
    They are running several of our applications simultaniously on terminal servers.
    What we noticed is that they did not uninstall CRXIR2 from there system.
    Is this side-by-side installation supported?
    So XIR2 next to Crystal Reports for Visual Studio 2010  ?
    And even: can you have a Crystal Reports for Visual Studio 2010  64bit next to a 32bit? Probably yes?
    Next to that: is there any limit of concurrent users (applications) that use the .NET component?
    I would think not...
    Bart

    Hi Bart,
    Side by side installation shouldn't be a problem, unless you had Beta version of CRVS2010 installed on the same machine.
    For better results try upgrading to use SP1 of CRVS2010. For CRVS2010 resources, you can go through this
    Crystal Reports for Visual Studio 2010 - Deployment
    I haven't seen any problem with 64bit next to a 32bit til date.
    You can go through this for CR support on x64
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e
    To answer your last question, go through following:
    Crystal Reports Maximum Report Processing Jobs Limit
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f053713e-3e3d-2c10-2a81-f79259e54023
    Thanks,
    Saurabh

  • Group tree does not always render data in ActiveX viewer

    We are using Crystal XI R2 and the RDC/ASP interface to render reports in the ActiveX viewer. The web server is a Windows 2008 R2 64 bit machine.
    Yes, I know it is not supported but I was hoping someone may have a workaround.
    We got the ActiveX viewer to render by making the noted fix to rptserver.asp but the problem we are now facing is  that on certain reports, the group tree pane will  not render all the data properly and comes up blank. The main report pane is no problem and displays the data fine. The problem seems to be related to the amount of data that the group tree pane is displaying and some reports will render it properly whereas others will not.
    Anyone seen a similar problem before and have any clues as to how to correct it?

    Does it work on WIN 2003 server?
    The problem seems to be related to the amount of data that the group tree pane is displaying and some reports will render it properly whereas others will not.
    If as a test if you filter the data so there is less of it, does the group tree pane appear on these reports?
    Make sure the 'DisplayGroupTree' property is not set to False.
    - Ludek
    Edited by: Ludek Uher on Jun 17, 2011 6:55 AM

  • CRXI & CR9 - Group Tree not showing/available

    I have a report where the Group Tree is NOT showing for both CRXI & CR9! Display Group Tree is checked in both versions. This report has 3 groups. This has happened on other reports. I have tried unchecking the Display Group Tree option and saving report, then checking it again and saving it, but still unable to view Group Tree.
    I have other reports with grouping and the Group Tree is available.
    Any suggestions?
    Thanks,
    JSR

    Please test by implementing following steps:
    1.Open this report in the designer and save with some other name.
    2.Create a new connection to the desired database and use 'Set datasource location'  option under Database tab to set the datasource location to this new connection.
    3.Open each group and re-select the database field (on which the group is based).
    4.Check whether ther are any errors (at run time ) while refreshing this report.
    Please provide following information:
    1.Exact version of crystal reports(Help>>About Crystal Reports)
    2.Has anything changed with this report since the last use.
    Thanks

  • PDF Export - Group Trees When Using Sub Reports

    Hi
    I have a complex Crystal Reports 2008 report which links to various Sub Reports using a classic Master-Child relationship via the Sub Report Linking options.
    The report works fine but when I am Exporting the Master report to PDF and the Group Tree gets exported correctly for the Master but none of the Group Trees in the Child Sub Reports get exported. Unfortunately the report Preview doesn't show the Group Tree for Sub Reports either - I'm guessing that both issues are intrinsically linked.
    Does anyone have any ideas? Is this a bug or does Crystal Reports 2008 not support this?
    Regards
    A

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • SP 2 for Crystal Reports for Visual Studio 2010 released!

    Service Pack 2 for CRVS2010 is now available. See the [Crystal Reports for Visual Studio 2010 Reference|http://www.sdn.sap.com/irj/boc/support?rid=/webcontent/uuid/d01fdad8-44e5-2d10-61ad-9d2d4158f3a8] page for links to the SP, Merge Modules and MSI.
    Direct links;
    [SP2|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe]
    [MSM|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0_2.zip] (32 bit only)
    [32 bit MSI|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip]
    [64 bit MSI|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_2.zip]
    [ClickOnce|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_clickonce_13_0_2.zip]
    [SP2 resolved issues|http://wiki.sdn.sap.com/wiki/x/tgK3Dw]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

    Hello,
    You can find all of the info for CR for VS 2010 here: http://www.sdn.sap.com/irj/boc/crystalreports-dotnet
    Including the deployment packages etc., distributing the runtime manually is not supported nor has anyone that I know of ever done it successfully.
    Make sure you use the Full Framework when building your project and set your project for X86 or x64 only and not the default AnyCPU.
    You can use CR with 2.0 framework, actually it still has a dependency on 2.0 framework.
    Microsoft doesn't support it as they did in previous versions of VS .NET because it's not installed with VS now. It's fully support by SAP now.
    Thank you
    Don

Maybe you are looking for

  • Can't create new account at EFAX after purchase of HP 6520 e-all in one series printer

    Hello, I just purchased my printer yesterday.So far everthing seems to be working except for creating an account with efax. It takes me to this link: https://www.efax.com/promohp?v=1&tp=HPSW&locale=en-CA&eID=A60F380B434B42506C0D7E7F4095D79C6E823E7D B

  • Sync no longer works with new AppleTV update

    Since upgrading to the latest AppleTV software, I can no longer sync to my AppleTV (1st gen). I can now only stream content to the AppleTV. There is still content on the AppleTV, but I can no longer manage that content.

  • New External Drive how do I set it for Time Machine?

    I just bought a new 250g firewire to back up my hard drive - I formatted it and it's ok and all but I want to use it to back up my entire hard drive. I thought I was supposed to make a Disk Image?? but browsing these forums it seems I was supposed to

  • Display pdf only in browser window

    Does anyone have custom code or javascript that will force a pdf to open in a user's browser window rather than follow their browser setting? I don't want the user to have the option of downloading the pdf and launching Reader. Thanks.

  • Oracle 11g Release 2 "error in moving file"

    Hi there, right now I'm trying to install Oracle 11g release 2 64-bit on Windows 7 64 bit. about half-way through the installation i get an error message: "error in moving file C:\app\dlee14\product\11.2.0\dbhome_1\bin\oralbac11.dll to C:\app\dlee14\