Customize the report margin while rendering

I want to customize the report margin while rendering. I am using ReportExecution2005.ReportExecutionService  webservice to render report. how to customize the report margin?
I try to use deviceinfo for this and set the below device info, it is not work out. It always render the report with design time margin. Is it right approach? Are there any issue on below deviceinfo?. Thanks in advance.
<DeviceInfo><PageWidth>11in</PageWidth><PageHeight>8.5in</PageHeight><MarginTop>.25</MarginTop><MarginBottom>.25</MarginBottom><MarginLeft>.25</MarginLeft><MarginRight>.25</MarginRight></DeviceInfo>
Best Regards
Senthil
Developer

I found the solution. Device info have has the value without metric. The below device info is correct one. Thanks to all ;)
<DeviceInfo><PageWidth>11in</PageWidth><PageHeight>8.5in</PageHeight><MarginTop>.25in</MarginTop><MarginBottom>.25in</MarginBottom><MarginLeft>.25in</MarginLeft><MarginRight>.25in</MarginRight></DeviceInfo>
Developer

Similar Messages

  • How to customize the reports tab

    hi,
    Is there any way i can customize the reports tab? i'd like to publish my reports on the lists in order people can access them directly without having to go to custom shared analisis. Is it possible?
    thanks

    Try something like this:
    https://secure-ausomxxxx.crmondemand.com/OnDemand/user/analytics/saw.dll?Dashboard&PortalPath=/shared/Company_****-*****SharedFolder/_portal/$$$$$$$$$$$
    where xxx denotes your instance pod,
    *** denotes the name of your shared folder where reports are stored to be shown on the dashboard(to get this open any of your reports and filter it by selecting one of the reports from shared folder. the string of characters that you will see in the path is to be used)
    $$$ denotes the name of your dashboard.

  • "you are not authorized to view the report(s)" while access from custom fol

    Hey all,
    Becz of some requirement, i have customized SQR to store PDF output files into custom directory located in UNIX,
    psreports/htst2/my_fodler.
    When i try to access them using ViewContentURL or manually writing the follolwing URL into my browser while im being
    in environment as syntaxed below
    http://<webserver>/psreports/htst2/my_folder/my_pdf.pdf
    the system kicks out of the system with the error "you are not authorized to view the report(s)" for all the users.
    By default if i ran any report as distribution node setup all the PDF's are getting saved into...
    /psreports/htst2/YYYYMMDD/CONTENT_ID/my_pdf.pdf
    Those files im able to access like below
    http://<webserver>/psreports/htst2/CONTENT_ID/my_pdf.pdf
    Can anyone helpme out what is the difference and any workaround for this?
    Thanks in advance.

    Fortunately, it is not allowed to go through all the path directories you want onto the server. If you want your report in a specific folder, then rewrite your code to create the output file where you want, after the admin give you the proper grant against that folder.
    Nicolas.

  • The report cannot be rendered because of error when using a word template

    Hello
    When using a report done with a word's template I always get the same error when I try to view as HTML:
    String index out of range: -1
    The report is validate in word and the HTML preview is done correctly.
    Any idea of what can be wrong in the BI server?
    Regards and thank you in advance
    José Tirado

    Hi Jose
    Thats a tough error to diagnose ...
    Can you send me your template + XML data
    TimdotDexteratOracledotCom

  • How to customize the reports

    Post Author: [email protected]
    CA Forum: Desktop Intelligence Reporting
    Hi all,
    scenerio1: all users should have same look &  feel of report. - please tell me the steps how set the preferences for this scenerio.
    scenerio2: every should have  different look and feel (example user1 should have different view with user2). - please tell me the steps how set the preferences.
    NOte: when a User executes a report a default header and footer should be appear with company logo etc.
    Thanks,

    Hi,
    This can be achieved in Desktop Intelligence by creating templates (.ret) and then using those templates as default templates in the report.
    You can create different templates according to the user's requirements.

  • Need to customize the text displayed while sending payslip as pdf in mails

    Gurus ,
       monthly we will run a report which will send the payslip as pdf to the employees . Now we need to edit the text that is getting displayed in the mail while we attaching the payslip as pdf and send .
    how to achieve this

    Hi Sarvan
    Go to messages >> communication method , change the field Cover Page Text with ur po number and send. This is a manual process which you will have to do it for each po.
    Now if you want to automate this then you can ask ur abaper to write a small program which will copy the po number to this field. 
    Table Name       NAST
    Field Name       TDCOVTITLE
    Regards
    Rajesh
    Do reward if useful.

  • The CR 2010 for VS engine changes the margins and scales the report

    The CR 2010 for VS engine changes the margins and scales the report but only when printing.
    Environment:
    OS: Windows 7 x64 / Windows 2008 x64
    VS: VS 2010 x64
    CR designer: CR 2008 SP3.5
    CR engine: CR 2010 for VS SP1
    We have upgraded the Crystal Reports engine from version 10 to u201CCrystal Reports 2010 for VSu201D and are now having major issues with printing reports to preprinted papers, giro forms etc. because the report margins are changed and the reports are scaled (when report elements are in non-printable area?). Reports with elements in non-printable area are shown correctly in print preview (CR 2010 CrystalReportViewer) but moved to printable area when printed. This behavior was different in CR 10. Changing the PrintLayoutSettings in code is ignored when printing.
    Error u2013 The printed reports are scaled:
    -     Print in the CR 2008 Designer SP2
    -     CR 2010 for VS SP1
    OK u2013 The reports are not scaled:
    -     Print in the CR 2008 Designer SP3.5
    -     Print in the CR 10 Designer
    -     CR 10 engine
    Test:
    1) Crystal Reports Designer 2008 (with SP 3.5)
      a) Create a new blank RPT file.
      b) Set report margins to 0,0,0,0 in Page Setup.
      c) Add a box in the upper left corner (x=0, y=0).
      d) Select "Print preview" and validate that the box is located in 0,0 in preview window.
      e) Select u201CPrintu201D and validate that the box is located in 0,0 of the paper. Some of the box borders might be outside of the printable area but that is ok.
    2) Visual Studio 2010 and u201CCR 2010 for VSu201D with SP1:
      a) Create a new Windows Forms Application project (.NET Framework 4.0). Set project to u201C.NET Framework 4.0u201D and platform target u201Cx86u201D.
      b) Add the CrystalReportViewer control to Form1.
      c) Add the RPT file to the CrystalReportViewer control
      d) Run the application
      e) Validate that the box is located in 0,0 in the CrystalReportViewer control.
      f) Select the "Print" icon in the CrystalReportViewer
      h) Click the "Print" button and validate that the box is moved to the printable area which is wrong.
    Notice: In the print dialog (CR 2010 for VS) select the "Layout" tab page and see that "Scale u2026" is selected and cannot be changed. This is different from the CR 2008 Designer even though that it is the same report file and printer.

    I have done the requested test (and more - see below) and can not reproduce the issue.
    Tests done
    1) Crystal Reports Designer 2008 (with SP 3.5)
    a) Create a new blank RPT file.
    b) Set report margins to 0,0,0,0 in Page Setup.
    c) Add a box in the upper left corner (x=0, y=0).
    d) Select "Print preview" and validate that the box is located in 0,0 in preview window.
    e) Select u201CPrintu201D in the CR designer. Results in the box printing at 0,0 coordinate of the paper.
    f) Repeat all of above with a text field report
    g) Select u201CPrintu201D in the CR designer. Results in the text printing at 0,0 coordinate of the paper.
    2) Visual Studio 2010 and u201CCR 2010 for VSu201D with SP1:
    a) Create a new Windows Forms Application project (.NET Framework 4.0). Set project to u201C.NET Framework 4.0u201D and platform target u201Cx86u201D.
    b) Add the CrystalReportViewer control to Form1.
    c) Add the RPT file to the CrystalReportViewer control
    d) Run the application
    e) Validate that the box is located in 0,0 in the CrystalReportViewer control.
    f) Select the "Print" icon in the CrystalReportViewer
    g) Click the "Print" button
    h) Text filed report test results in the text printing at 0,0 coordinate of the paper.
    i) Box report test results in the text printing at 0,0 coordinate of the paper.
    3) VS2010 IDE
    a) Create a new blank RPT file.
    b) Set report margins to 0,0,0,0 in Page Setup.
    c) Add a box in the upper left corner (x=0, y=0).
    d) Preview report in the ID designer and validate that the box is located in 0,0 in preview window.
    e) Select u201CPrintu201D in the IDE designer. Results in the box printing at 0,0 coordinate of the paper.
    f) Run above report in code
    g) Preview report and validate that the box is located in 0,0 in preview window
    h) Select the "Print" icon in the CrystalReportViewer
    i) Click the "Print" button
    j) Text filed report test results in the text printing at 0,0 coordinate of the paper.
    k) Repeat all of above with a new report that uses a text field rather than a box.
    None of my reports have the option "No Printer" checked.
    All of my reports have the option "Dissociate Formatting Page Size and Printer Paper Size" checked
    From the above, you can see that all of the printing tests result in consistent printing, be it a report created in CR 2008 or CRVS2010, useing a box or a field. No difference in printing.
    Suggestions:
    1) I am not sure if you have followed the steps you recommended. E.g.; are you creating a new report or using your existing report? See if following the steps described reproduces the issue (it may be there is something specific to your existing reports)
    2) Make sure you have the latest printer driver available for your printer
    3) Try a different printer
    4) Add a report to the VS2010 IDE and preview the report in the IDE of VS2010
    5) Compare the "No Printer" and "Dissociate Formatting Page Size and Printer Paper Size"  options
    6) Consider creating a phone case so a support technician can troubleshoot the issue with you
    - 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]

  • Customize portal report layout

    Is it possible to customize the report layout ?
    I don't want a plain table layout.
    Can someone tell me where I can find documentation on how to customize portal report layout?
    Thank U.
    Regards Cecilie

    Hi,
    You can customize the Report Layout by using
    the Custom option in the Report Layout section
    while creating the Report.
    It allows to write your own HTML code to define the Layout.
    The three Layout options which can be used are:
    Tabular
    Form
    Custom
    Hope this Helps
    Thanks
    Vineet

  • Customization of reports

    Hi,
    In case of customisation of a report SAP FI Functional consultant has to work with ABAP people...
    Can anyone please let me know with an example, how a FI Functional Consultant discuss about the new report requirement with ABAP team?
    I mean for this situation, Should FI Consultant be aware of all the table names used to customize the report?
    What is the procedure or steps should be followed by a FI Consultant to create a customize report in the syatem?
    Quick replies will be appreciated & points will be assigned..
    Thanks & Regards

    Hi,
    FI role is customized report is to make the ABAPer understand the business requirement for the said report.
    It is always better to know the FI tables, to gain clarity.
    General procedure is FI consultant prepare functional specs based on business need, gives to the ABAPer, who in turns prepares the Tech spec.  Once the specs are approved, development of the report starts and unit testing will be completed by technical team.
    Example: Report to hold the PO details in the APP standard report - This requires customization of the existing APP report, to include the PO.
    Then, the functional consultant will test the report to check if it suffice the business requirement and if succesful, the transport is released to the next system.
    Thanks,
    Sridevi

  • Premiere Pro CC Crashes While Rendering With Mercury OpenCL

    Hi guys!
    Every time I try to render a ~2 min video in H.264 using the OpenCL renderer which is fully supported on my 7970 (2x Crossfire) the program crashes while rendering. (Usually around 28%)
    If I switch to Mercury Software renderer, it renders perfectly.
    I am currently using AMD 13.6beta2 drivers, and PPCC is fully updated, any suggestions?
    Additionally, for the half minute that it tries to render with OpenCL before crashing, by checking the GPU utilization % in AMD catalyst overdrive, it seems to not be utilizing the gpu at all... And then promtly crashes of course...
    I hope I can fix this problem soon... Really dissapointed with this adobe product.
    Thanks a lot!

    Rendering without any effects ----------> Still Crashes
    Disabling Crossfire ----------------------- > Still Crashes
    Reinstalling Premiere ---------------------> Still Crashes
    Physically Removing the 2nd GPU -----> Works
    So, is there any way I can get this to work while having both GPUs physically installed in the computer?
    It would be quite a hastle to remove the 2nd one each time I need to use PP!
    One odd thing also is that from watching the gpu utilization while rendering H.264 1080p, the GPU is only being used to about 30%, and very intermittently.... I would imagine things would accelerate quite a lot if it actually utilized the whole GPU!
    Thank you very much guys!

  • Getting style missing errors while rendering ADF trees in JSF page

    I am getting the following message while rendering a JSF page with af:tree. Based on other posts on this forum, I verified servlet-mapping in web.xml and it is already set to /faces/*.
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    Here is my JSF code snippet.
    <f:view><af:document title="DeviceTree2.jsf" id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:tree value="#{bindings.Device1.treeModel}" var="node" selectionListener="#{bindings.Device1.treeModel.makeCurrent}" rowSelection="single" id="t1">
    <f:facet name="nodeStamp"><af:outputText value="#{node}" id="ot1"/>
    </f:facet>
    </af:tree>
    </af:form>
    </af:document>
    </f:view>
    Surely I am missing something here but not sure on the real issue.
    Would appreciate if someone can help on this.

    I am getting the following error. Browser shows the JSF XML code listed in my original issue statement followed by this error.
    "This XML file does not appear to have any style information associated with it. The document tree is shown below."

  • Report cannot be rendered (com/sun/java/util/collections/Iterator)

    Hello all
    I'm new both to Weblogic Server and BI Publisher.
    A few days ago I thought that I managed to install BI Publisher on top of Weblogic. It turns out to be untrue because I am not able to view any report, being it a sample or a newly created one.
    Platform: Windows 2003 32-bit
    Weblogic version: 10.3.3.0
    BI Publisher version: 10.1.3.4.1 (doesn't work both w/ and w/o the latest patchset 9791839)
    And now to the problem. Whenever I try to view a report, I get an error message stating "The report cannot be rendered because of an error, please contact the administrator". Being both the user and the administrator, I am forced to press the "Error Detail" link, upon which the only thing that pops below is "com/sun/java/util/collections/Iterator" (in red).
    The same non-verbose error message appears also when running in debug mode. Weblogic logs are empty from warnings, errors, etc.
    As for the Weblogic Server, it claims that the xmlpserver application has been deployed and started successfully.
    It seems to me that the BI Publisher application is trying to use java class that doesn't exist (com.sun.java.util.collections.Iterator). Of course I have no clue how to prove that because I do not have the source code for this app.
    Oracle support is hardly able to understand the problem, so I thought maybe one of you could give me some answer.
    Any Ideas?
    Jonathan

    By the way, I deployed the app under Oracle Report's cluster. Don't know whether it matters.

  • Report is not rendered.

    Hi all,
    Once i click on Employee Salary Report under HR Manager in BI Publisher following error is displayed,
    "The report cannot be rendered because of an error, please contact the administrator."
    What could be the problem?.
    Thanks,
    Karthi

    I guess you are looking into the report shipped with BI Publisher installation. This report has dataset as SQL query which needs to connect to a data source. So just add a JDBC connection (navigate to Admin Tab) and use that data source for this report. The data expects to connect to HR schema.

  • After Effects CS6 (11.0.4) freezes a MacPro (10.9.2-10.9.5) while rendering

    Hi all,
    we experience reproducable crashes of After Effects freezing the whole system while rendering.
    AE-Version: 11.0.4 (CS6)
    Mac OSX 10.9.2 (on a MacPro 2012 - same Problem on a MacPro 2013 with Mac OSX 10.9.5)
    The Video-Card is a KONA LHi with Hardware-Driver 10.6.
    Multiprocessing is turned on and we tried different configurations. (MacPro 2012 has 48GB RAM, MacPro 2013 64GB).
    The Media Cache has been released.
    Taking a look at the activity monitor I see that the "Adobe QT32 Server" does not respond right after starting After Effects.
    That leaded me to the suspicion that some installed Quicktime-Codecs may be the cause.
    Throwing away the AJA-Codecs located in "Macintosh HD/Library/Quicktime/" the Adobe QT32 Server runs fine but then I am unable to open the AE-Project properly.
    Any suggestions are highly appreciated!
    Thanks
    Dankward

    Hi Szalam,
    the Codecs installed with the AJA-Driver are the latest so far.
    Turning Multiprocessing off seems to help. The AE-Project that I got for testing doesn't crash anymore.
    But rendering takes ages...
    Thanks

  • Report margin

    Hi,
    My problem is: The paper size is 4"x2" and I've design the report
    to print with no margin in report builder,
    but when I print the report from the printer, the margin is added.
    I would like to know how to set the report margin to 0.
    If you know, please tell me asap.
    Thanks in advance,

    There will always be some margin, since printers can only print to the edge of their printable areas (i.e., a printer cannot print to the very edge of a piece of paper).
    Regards,
    Danny

Maybe you are looking for