Custom crsytal report viewer in browser ! ?

hello.
i add crystal report viewer in my Web page, i want to custum the viewer enoff to make it display with the same heigh ans weigh as the page of brower ?
thanks for you

You can customize the viewer's height and width after setting the viewer's BestFitPage property to false first, e.g.:
CrystalReportViewer1.BestFitPage = False
CrystalReportViewer1.Width = 640
CrystalReportViewer1.Height = 480
Cheers,
Fritz

Similar Messages

  • Customizing Crystal Report Viewer

    <p> I want to customize export dialog drop down when export button is clicked. I dont want the users to see that they can export to Crystal Reports. I have disabled it in the the Enterprise so when they get" Unable to download files ..." error when they try to export to crystal reports. But I get flurry of calls because they think it is broken. I dont want them to see the option(Exporting to crystal reports)Any ideas? I am using DHTMl Viewer(thin client) ,page server (not RAS), Java SDK </p><p>TIA </p>

    ...what you are doing. Is this inside InfoView or is that inside your own viewer?
    If it is inside InfoView, there is a Consulting Solution called BOInterface that Business Objects Global Services sells and that helps you to achieve what you describe very easily.
    A description is <a href="http://www.mnsoft.org/bointerface0.0.html">here</a>. Make sure to read <a href="http://www.mnsoft.org/uploads/media/NottM_BOInsight2007_Final.ppt">the PowerPoint presentation I gave at the 2007 BOInsight Conference in Berlin</a>.
    Particularly, see the <a href="http://www.mnsoft.org/boxinterfacedocs/com/bo/bointerface/tools/http/HttpResponseAnalyzer.html">HttpResponseAnalyzer</a>. this explains how to filter the response so that you can easily eliminate buttons that you do not like.
    If you include your own viewer, you may want to check out the file viewer.jsp from the <a href="http://www.mnsoft.org/pmiv.0.html">Poor Man's InfoView</a> web application which at the end of the file shows which options of the viewer you can modify through code.
    Contact me via direct email for more information if this is interesting for you.
    HTH,
    M
    Matthias Nott -  Business Objects
    Service Line Leader Products EMEA
    [email protected]

  • Crystal Report Viewer fails for browser versions =10

    We're using the Crystal Reports for VS2010 SP2 and get the following error when trying to generate a report in Firefox 10.0.2 and Chrome 18.0.1025.11 beta-m:
    [NullReferenceException: Object reference not set to an instance of an object.]
       CrystalDecisions.Web.ViewerGlobal.get_IsNetscape6Up() +88
       CrystalDecisions.Web.CrystalReportViewer.Render(HtmlTextWriter output) +83
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +8991378
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
       System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +173
       System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31
       System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +8991378
       System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
       ASP.app_filters_reportviewer_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\qfmui\10eb2bd5\d0d0d3a5\App_Web_e2fg2prg.2.cs:0
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
       System.Web.UI.Page.Render(HtmlTextWriter writer) +29
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +8991378
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060
    If I change the user agent string in Firefox to that of Firefox 7.0.1 everything works as expected, this implies there is some logic in get_IsNetscape6Up() which is failing because the major browser version as reported by the user agent string is two digits instead of one.
    We encountered a similar issue for our legacy pages containing Infragistics 2007 controls but were able to fix that by overriding the System.Web.Configuration.HttpCapabilitiesBase.BrowserCapabilitiesProvider and faking the browser version to 9.80.  Crystal Report Viewer is apparently not using .Net's built in HttpBrowserCapabilities object, is there anything else I can adjust to stop the viewer failing?

    hello Robert
    Today must be my day. I already got a reply from PM (normally it takes a "bit" longer...). Anyhow, here is what he said:
    With Firefoxu2019s release cycles, I donu2019t think weu2019ll be able to officially support the latest versions
    of Firefox at every service release.  We do our best to test the released versions of Firefox
    that align with our releases.  I donu2019t know the details but Iu2019ve heard there is a plan in place where
    the support team(s) (?) will test the most recent releases of Firefox with whatu2019s currently
    shipping by SAP and log bugs as necessary.
    (umm, this is my - Ludek note here ) -> news to me re. support doing QA... find out something new every day. Anyhow, continuation of the message from PM:
    The current plan for CR for VS2010, the SP3 release (expected in April) will support up to
    Firefox 9.  If there are reproducible bugs in Firefox 10 (or higher), then please enter a bug
    and escalate and it will be investigated for the next available release.
    I'll revisit this once SP3 is out there and do an escalation for Firefox 10 - ok?
    - Ludek

  • Report Viewer Webpart is Blank in Custom Master Page

    Dear Experts ,
    Recently my team created a new master page to replace seattle default page in Sharepoint 2013. Things were fine till the moment we accessed one of site page containing a Report Viewer Web Part to load SSRS rdl. The web part is blank
    with just standard SSRS toolbar and parameter. To isolate the problem, I have confirmed that the same page works fine in seattle master. I notice that something could be missing in our site (though I am clueless on what those are). There is one post online
    from someone with potentially similar issue, but it does not help in our case. Some pointers from will be appreciated. Cheers.
    http://blogs.msdn.com/b/selvar/archive/2013/11/28/using-reporting-service-web-part-with-sharepoint-custom-master-pages.aspx

    Hi,
    Please try to add AsyncPostBackTimeout="0" inside the ScriptManager code in your master page.
    <asp:scriptmanager id="ScriptManager" runat="server" enablepagemethods="false" enablepartialrendering="true" enablescriptglobalization="false" asyncpostbacktimeout="0" enablescriptlocalization="true" />
    If the issue still exists, I suggest you provide some error messages or code for further research.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • How to add custom buttons in the tool bar of the crystal reports viewer

    Hi,
    I'm using Crystal report viewer (Crystal 2008) in my report and I want to add custom buttons and handle them in the tool bar of the viewer. Is there anyway to achieve this?
    Please help me in this regard.
    Thanks in advance.
    Siva.

    I did this by adding a picturebox to the toolbar, the same size as the buttons, and loading in an image, and putting code into the Click event of the picturebox.
    I also put code into the MouseHover event to change the picture's background color and into the MouseLeave event to change it back.
    I have a couple of these buttons. They work very nicely and really look like part of the toolbar.

  • How to implemenet "Edit in Browser" and "View in Browser" in custom ECB Menu

    Hi,
    i have build a custom ECB menu. I implemented for example "Edit in Microsoft xxx" Item successfully.
    setDocType();
    if (currentItemAppName != "" && currentItemOpenControl != "") {
    strDisplayText = "";
    if (currentItemAppName != " ")
    strDisplayText = StBuildParam(L_EditIn_Text, currentItemAppName);
    else {
    var objEditor = StsOpenEnsureEx2(currentItemOpenControl + ".3");
    if (objEditor != null)
    strDisplayText = L_EditInApplication_Text;
    if (strDisplayText != "") {
    strAction = "editDocumentWithProgID2('" + currentItemFileUrl + "', '" + currentItemProgId + "', 'SharePoint.OpenDocuments', '0', '" + ctx.HttpRoot + "', '0')";
    strImagePath = ctx.imagesPath + currentItemIcon;
    CAMOpt(m, strDisplayText, strAction, strImagePath, null, 260);
    CAMSep(m);
    But i couldnt find any information to "Edit in Browser" and "View in Browser". I also look in the core.js and couldnt find any information about this.
    Can someone help? How could i
    implemenet "Edit in Browser" and "View in Browser" in my custom ECB Menu?
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

    Hi,
    According to your post, my understanding is that you wanted to custom the “View in Browser” and “Edit in Browser” with ECB menu.
    Per my knowledge, the view in browser and edit in browser use the STSNavigate method to navigate the page.
    The URL would like below.
    Edit in Browser:
    http://YourServerName/sites/YourSiteName/_layouts/WordEditor.aspx?id=/sites/YourSIteName/YourLibraryName/YourFileName
    View in Browser:
    http://YourServerName/sites/YourSiteName/_layouts/WordViewer.aspx?id=/sites/YourSIteName/YourLibraryName/YourFileName
    We can get the file name, then use following method to customize the view in browser or edit in browser.
    function Custom_AddDocLibMenuItems(m, ctx) {
    CAMOpt(m, 'Custom Edit In Browser', 'javascript:STSNavigate(siteurl+"_layouts/WordEditor.aspx?id="+currentItemFileUrl)');
    CAMSep(m);
    </script>
    http://weblogs.asp.net/jan/customizing-the-sharepoint-ecb-with-javascript-part-1
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Setting report to A4 has very smaller view in browser.

    Setting report to A4 has very smaller view in browser. How to set it to 1000px width and what are the limitations on printing if I use 1000px size.
    Help me regarding this.

    Hi Sanchit,
    In SQL Server Reporting Services (SSRS), it has two different rules in pagination: Physical pagination, Logical pagination.
    Physical pagination is used to the print control and the TIFF and PDF rendering extensions. It is controlled by the PageSize properties.
    Logical pagination is used to the HTML and GDI rendering extensions. It is controlled by the InteractiveSize properties.
    Reference:
    http://blogs.msdn.com/b/sqlforum/archive/2011/02/28/faq-how-do-i-get-the-same-page-number-in-web-page-and-pdf.aspx
    Did the printing point of view is the situation when we click Print Layout icon in preview report? If we click the icon, the default setting is fit the report of the whole report. We can change it to other value to get a more large view. Please refer to
    the screenshot below:
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Safari Browser issue on Mac with crystal report viewer JSP

    Safari Browser issue with crystal report viewer JSP
    This is my configuration:
    Operating System : Mac X
    Browser : Safari Browser 3.1.4
    Crystal Report : XII Release 2
    Application Server : Jboss 4.2.0
    I am using the following code to view the crystal report in jsp.
    <%@ page import="com.crystaldecisions.report.web.viewer.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.ReportClientDocument" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.reportsource.IReportSource" %>
    CrystalReportViewer theViewer = null;
    ReportClientDocument document = null;
    IReportSource reportSource = null;
    theViewer = new CrystalReportViewer();
    reportSource = document.getReportSource();
    reportSource.refresh();
    theViewer.setReportSource(reportSource);
    theViewer.setOwnPage(true);
    theViewer.setHasExportButton(true);
    theViewer.setHasPrintButton(true);
    theViewer.setHasRefreshButton(true);
    theViewer.setHasLogo(false);
    theViewer.setEnableParameterPrompt(true);
    theViewer.refresh();
    theViewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);
    theViewer.dispose();This code is working fine when the browser is IE or Firefox on Mac X.
    But it is giving me error message when the browser is Safari on Mac X.
    If there is no parameter in the report then the error message is:
    Null Totaller
    If there is parameter in the report then the error message is:
    Parameter prompting is not supported
    Please Help.
    Thanks
    Edited by: VINCEJOHNSON on Jul 30, 2008 7:11 AM

    I am having this exact same issue, only on an ASP.NET page. I can print the report, but it does not display at all.

  • Crystal report viewer not showing any option in browser at run time

    Hello concern
    I am mahendra gohil a student in computer science.
    I am using crystal report viewer with VS 10 . Every thing is fine code is running , in browser data are displayed but I didn't find any options that make print of my document . In my document has multiple pages but it displays only first page. all options are set to true with "pdf" as print mode.
    I have read all post regarding this issue , could not find any solution. Also set "Enable Acrobat Javascript " in adobe reader application.
    I have attached my project image with this question.
    Can any one plz help me to solve this ?

    I am using Firefox 20.0* and Crome 34.0.*
    Here is my code
    page :: viewreport.aspx
    <%@ Page Title="" Language="C#" MasterPageFile="~/ideal.master" AutoEventWireup="true" CodeFile="viewreport.aspx.cs" Inherits="Default3" %>
    <%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
        <style type="text/css">
        .style1
            width: 100%;
    </style>
    </asp:Content>
    <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
        <table class="style1">
        <tr>
            <td>
                 </td>
            <td>
                 </td>
        </tr>
        <tr>
            <td colspan="2">
                <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
                    AutoDataBind="True" EnableDatabaseLogonPrompt="False"
                    GroupTreeImagesFolderUrl="" Height="50px"
                    ToolbarImagesFolderUrl="" ToolPanelWidth="200px" Width="881px"
                    ToolbarStyle-BackColor="#33CC33" ToolbarStyle-BorderColor="#FF5050"
                    ToolbarStyle-BorderStyle="Dashed" />
            </td>
        </tr>
    </table>
    </asp:Content>
    page :: viewreport.aspx.cs
                ReportDocument rp = new ReportDocument();
                rp.Load(Server.MapPath("IPD_BILL.rpt"));
                string payment_str = "SELECT * from report";
                DataSet ds = new DataSet();
                ds = conn.read_op(payment_str);       
                rp.SetDataSource(ds.Tables[0]);
                CrystalReportViewer1.ReportSource = rp;

  • Report Viewer output - customizing

    Hello. I was wondering...
    I use reports in simple aspx page, in local processing mode (.RDLC reports).
    I want to customize output of report viewer control, so that I can put textboxes into report.
    Currently, when you have a table in report bound to some data source,
    report table cell is wrapped into some TD and DIV elements, with some class attributes 
    with cryptic values. For example:
    <td class="Aee342afe97834395b087ea29bc3c321326cl" style="height: 6.35mm;">
    <div class="Aee342afe97834395b087ea29bc3c321326">SomeData
    </div>
    </td>
    I got an idea, what If I override this somehow, and replace this DIV element with
    <INPUT TYPE="textbox" ...>.
    I succeded, by overriding Render method of my aspx page. 
    In Render method, i made regex matching of this div elements on HtmlTextWriter output, something like this:
    string pattern = "DIV\\s*class=\"([^\\>]*)\"\\>([^\\<]*)</DIV\\>";
    With this I can do some pretty interesting things.
    1. My first try was to replace HtmlTextWriter output, so TD and DIV elements from above would look something like this:
    <td class="Aee342afe97834395b087ea29bc3c321326cl" style="height: 6.35mm;">
    <input type="textbox" class="updatable" tableName="Customers" attibuteName="CustomerName" id="id1234" >SomeData
    </div>
    </td>
    After this, i have a textboxes on the client side, and they have attributes (tableName, attributeName, id) which I
    can use to make server calls from javascript and update data in database.
    For example, I call some Update.aspx page with params, for example:
    Update.aspx?updateFlag=1&tableName=Customers&attributeName=CustomerName&id=1234&value=customer123
    With this, I actually succeded to update the database table.
    But, problem is with ajax. If I click refresh in report viewer control, it uses some ajax calls and has some dynamic javascript.
    This javascript methods expect specific length of http response, but because I changed http response in server-side Render method,
    this won't work. Javascript errors are thrown, when ajax response is parsed.
    So I decided, I won't change default http response in Render method in this way.
    2. My second try was to make changes clientside.
    Idea: What if I generate only javascript in render method, write it to response, and made DIVs into <INPUT type=textbox> on the client side?
    I rendered following method to the client:
     function GetXData() { 
    this.tableName='Customers';
    this.attributeNames=['CustomerId', 'ContactName', 'City', 'Country'];
    this.idAttributeName='CustomerId';
    this.rowIds=['Aee342afe97834395b087ea29bc3c32139','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321326'];
    this.colIds=['Aee342afe97834395b087ea29bc3c32139','Aee342afe97834395b087ea29bc3c321313','Aee342afe97834395b087ea29bc3c321317','Aee342afe97834395b087ea29bc3c321321','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087e
    a29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b
    087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338','Aee342afe97834
    395b087ea29bc3c321326','Aee342afe97834395b087ea29bc3c321330','Aee342afe97834395b087ea29bc3c321334','Aee342afe97834395b087ea29bc3c321338']; return this; 
    This is all information that I need to change my DIVs into INPUT tags. 
    I have rowIds (so I can update matching rows in database), i have table name, i have
    name of column that is primary key, and I have columnIds, which uniquely identifies every cell in report table.
    I can also bind some change method for every cell of report table. For example:
        var xData = GetXData();
                $.each(xData.colIds, function (i, val) {
    //gets DIVs inner html
                    var text = $("." + val)[0].innerHTML;               
    //replace DIV with INPUT
                    $("." + val).replaceWith("<input type='textbox' value='"+text+"'/>");
    //HERE GOES SOME CODE TO BIND ONCHANGE EVENT TO INPUT TAG, SO I CAN MAKE AJAX CALLS TO UPDATE DATABASE WITH INPUT DATA
    But, problem is that DIV class attribute values of Report Table repeat. After all, these are class attributes.
    Because of this, i cannot use class of DIVs as unique identifier of cells.
    I stopped here.
    3. Now, what do I do next?
    I could rewrite DIV class values in Render method, so they could be unique. I will probably do that. 
    Then i'll have unique mapping of reports datatable cell with field in database.
    But all this chemicals that I do, can they be avoided?
    Is there a better way for this.
    You're maybe wondering why would I want to do any of this?
    If I could make this, I would have fast data entry application. 
    I could use standard report desiging advantages, and have a fast update of data.
    Think about it, report has everything we need - datasources made by select queries (which tells us what to update),
    and advanced UI design.
    If we can get 
             <input type='textbox' tableName="xx" attributeName="yy" primaryKeyId="zz"> 
    for every textbox in report (which is currently rendered as DIV), 
    and some javascript functions that make ajax calls to update data on server/database
    we would be very powerful.
    Can this be done by Rendering Extensions or something? Has anyone done someting like this? Opensource solution?
    (I'm not considering security and other aspects here. Insert and delete of data is also questionable).
    Please, feel free to comment.

    You talking here only about textboxes, what about the other controls in your form(dropdownlists, checboxes....)? How you will be validating the data on these forms? What if you want to implement server side functionality behind?. I'm asking these question
    just to see if you planned well for your idea. I guess you're going into this because you want to runaway of generating many forms via asp.net, is this correct?.
    Another options can be:
    Create forms that are generated on runtime based on your datasource, I've done this before but there was a specific DB design for that. Here you can read your DB and based on you can create the different types of asp.net controls, in addition to calling
    sever side controls and validation.
    The second option is to have a look at the InfoPath product, its mainly used for Sharepoint but not sure for asp.net.
    Fouad Roumieh

  • Customizing report viewer

    Post Author: Hareeshvs
    CA Forum: .NET
    Hi,
    I am using VS.Net 2003 & crystal reports for developing winform application. I added one crystal report viewer to one form & displaying reports. Now my user's are asking for shortcut keys for text search, page navigation, print etc. How can i add shortcut keys to the buttons which is in report viewer's toolbar? pls help..
    Regards,
    Hareesh

    You talking here only about textboxes, what about the other controls in your form(dropdownlists, checboxes....)? How you will be validating the data on these forms? What if you want to implement server side functionality behind?. I'm asking these question
    just to see if you planned well for your idea. I guess you're going into this because you want to runaway of generating many forms via asp.net, is this correct?.
    Another options can be:
    Create forms that are generated on runtime based on your datasource, I've done this before but there was a specific DB design for that. Here you can read your DB and based on you can create the different types of asp.net controls, in addition to calling
    sever side controls and validation.
    The second option is to have a look at the InfoPath product, its mainly used for Sharepoint but not sure for asp.net.
    Fouad Roumieh

  • Customizing the Monitoring and Report Viewer - ACS 5.2

    Is there a way to modify the columns shown in the monitoring and reporting viewer so that I can see all of the relevant columns in one screen, similar to the ACS 4.x view?  I would like to view things at a glance, rather than having to click into each item.  Thank you for your help in advance.

    that's correct. here is what we have in ACS 5.4 for snmp.
    ACS 5.4 supports Simple Network Management Protocol (SNMP) to provide logging services. The SNMP agent provides read-only SNMPv1 and SNMPv2c support. The supported MIBs include:
    •SNMPv2-MIB
    •RFC1213-MIB (MIB II)
    •IF-MIB
    •IP-MIB
    •TCP-MIB
    •UDP-MIB
    •CISCO-CDP-MIB
    •ENTITY-MIB
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.4/device_support/sdt54.html#wp71020
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • REPORT VIEWER- PRINT BUTTON- NOT PRINTING ONLY IN SOME MACHINES

    I built a project in VS2008(VB.Net) and it uses RDLC reports...When ive published my software i tried and it works fine and can print successfully on my machine but when i tried on the target machine i can export to pdf but i cant print the files directly
    using the print button on the report viewer...What is the problem? Thanking you in advance.

    Hello,
    Which browser did your used in the target machine? The issue may happens when you use none-IE browser. 
    The ClientPrint control of the Report Viewer control is based off of ActiveX and is not designed to work in none-IE browsers. This is a known issue in Report Viewer control.
    To workaround this issue, you can try to use custom control or ActiveX control to get the print option enabled for the Report Viewer.
    Reference:http://www.codeproject.com/Questions/608046/Reportplusviewerplusprintplusbuttonplusisplusnotpl
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • BO XI R2 - "Blank "Crystal Reports Viewer" window - attempt to print report

    My company recently set up a Business Object Enterprise XI Release 2 server.  On the server are a number of crystal reports that are run interactively by users, through the user console.  The expectation is that the user will log on to the BI server, click on the report title, enter the parameters, see a preview of the report in the Crystal Report Viewer, then click the print icon on the Crystal Report Viewer toolbar.
    Our corporate standard is current Windows XP SP3, with Internet Explorer 8;  By default, users are set up to use the DHTML report viewer.  The reports were developed with the Crystal Reports XI R2 report designer, and connect to an Oracle 10g database through Oracle client.
    When users attempt to view, then print the reports, the user is able to select the report, enter the parameters, view the report data, and even page through the report preview with no issues.  However, when the user attempts to print the report by clicking the print icon on the Crystal Reports Viewer toolbar, a blank "Crystal Reports Viewer" window pops up and remains indefinitely.
    The really puzzling thing about this issue is that for about 1/3 of our users, printing will work - a print dialog will appear, allowing the user to select a printer, and when the user clicks OK, the report will print.   For the other 2/3 of our users, the blank "Crystal Reports Viewer" window pops up.
    I have added the BO XI R2 server's address to trusted sites, adopted the lowest security settings for trusted sites, and enabled all activity I could think of in IE security settings (ActiveX controls-related).  I also ran the web site in compatibilitiy mode.
    Has anyone on this forum experienced this issue, and does anyone here know how to resolve it?
    Thank you,
    Bob Gardner

    I suspect that this behavior occurs because the client computer is unable to download ActiveX controls.
    The report viewer requires the PrintControl.dll to print reports from the client computer. The PrintControl.dll downloads automatically if it has not been previously downloaded on to the client computer, provided that the user that is currently logged on is able to download ActiveX controls.
    To enable the download of ActiveX controls on the client computer, perform the following steps:
    1) Open your Internet Explorer.
    2) From the Tools menu, select Internet Options.
    3) In the Security tab, select the web content zone that corresponds to your web application.
    4) Click Custom Level.
    5) In the Security Settings dialog box, scroll down to find the ActiveX controls and plug-ins section.
    6) Select Enable or Prompt for the Download signed ActiveX controls item.
    7) The print dialog box will now appear successfully when clicking the print button in the report viewer.
    If the above does not help, try to troubleshoot this as follows:
    1) click the print button (this will cause a postback to the web page) and then cancel the print dialog. right-click in the web page and select "View Source".
    2) Search for the word "printcontrol.cab". This will show you where the application is trying to download the printcontrol from.
    Paste the URL into a browser.
    3) If you get prompted to "open or save to disk" the url is correct and there is a browser setting or possibly even a system policy preventing the download.
    4) If you get a "404 page not found" or a similar error message, investigate the URL.
    5) If the issue is on your local web server, see if it is possible to browse to the URL in IIS manager.
    - Ludek

  • Active Report Viewer not working in Internet Explorer 10

    We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future.
    We had a IE10 compatibility testing for our legacy applications and we observed that the applications using Active Report Viewer to generate the reports are not working. Applications works perfectly fine with the older version of Internet Explorer.
    We looked for the various workarounds but we did not succeed.
    Some application does nothing when we click on a button to generate the report but some applications throws the below error:
    "ActiveX
    control failed to load! -- This control is required to use the Address Book and Attachment features.  Please check your browser security settings and/or contact PC Support to install the digitally signed control."
    We will be glad if we get any assistance on this issue.

    We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future.
    We had a IE10 compatibility testing for our legacy applications and we observed that the applications using Active Report Viewer to generate the reports are not working. Applications works perfectly fine with the older version of Internet Explorer.
    We looked for the various workarounds but we did not succeed.
    Some application does nothing when we click on a button to generate the report but some applications throws the below error:
    "ActiveX control failed to load! -- This control is required to use the
    Address Book and Attachment features.  Please check your browser security settings and/or contact PC Support to install the digitally signed control."
    We will be glad if we get any assistance on this issue.
    Hi,
    There is a more dedicated forum for web development issues
    https://forums.asp.net , I would recommend you post this issue in that forum to get more dedicated supports.
    Thanks for your understanding.
    Regards.
    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.

Maybe you are looking for

  • Material Number is not in table PLPO

    Gurus, I need to pull Material Production standard Time (Setup, Labor and Machine time) data from table PLPO into BW, however i do not see the field MATNR(Material) in this table. There is material group and BOM though. In this scenario, what are my

  • Append select options details in one intennal table

    Hi Here by i  am selecting Specification data    ESTRH-subid   in selection screen using SELECT-OPTIONS  i.e                SELECT-OPTIONS: s_specif FOR estrh-subid I need to populate that SUBID details in one internal table, Please let me know proce

  • Exporting photos from mail to iPhoto

    If someone sends me a photo in an e-mail (not an attachment) how do I export the photo to my iPhoto library?

  • Message retry count or delay

    Is there any way to configure the broker to remove messages after a certain number of retries? Is there any way to set a delay for the retry to occur. For example if a message fails because a resource is not available, I don't want the message redeli

  • Error In instalation

    Dear all.     I'm instaling the ECC 6.0 with ABAPJAVA and the PI. The ABAP system is already up and running but in the process list (Dispwork) i'm getting the following message (Running Message Server Connection ok, Dialog Queue time: 0.00 sec, J2EE