SSRS print layout support RTL rendering

Hi.
is there a support of printing report with matrix that is set to RTL (LayoutDirection) which displays in ReportViewr control with property RightToLeft set to RightToLeft.Yes in DisplayMode = PrintLayout.
the report looks fine in the report viewr in DisplayMode = Normal, but when goes to PrintLayout, it seems that the left data on page is rendered first.
example:
this is the display of the report viewer, I would like to print the columns by the same order it displays here:
and this is the result when clicking Print Preview: the first page displays the data of the last columns and if i go to the last page (page 9) i will see the data of the first column as displays in the previous gif, I don't have a clue why?
is there a property that can be set to force the print layout to render RTL.
anyway, it seem to me as a bug since the Report Viewer displays the data correctly and renders the data RTL as expected.
Please help.
Thanks, 
Lior Schwimmer.

Hi Lior,
According to your description, you have created a matrix and column group is sorted based on the time field. But when you specify the RTL layout for the matrix, the report doesn’t display correctly in print layout.
As we tested in our environment, if the row group contains many records while the page width is not big enough, the issue could be reproduced in Print Layout. In Reporting Services, the print Layout is one of the hard page-break renders, it will insert
page breaks horizontally and vertically based on the physical page size to provide an optimized reading experience when printed.
In your scenario, you could change the Orientation as Landscape and specify the Width as a higher value, then make the report can display on one page. If one page is not sufficient to contain the report, the issue will occur as you mentioned. This is by
design.
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
Qiuyun Yu
TechNet Community Support

Similar Messages

  • Print Layout Designer or Crystal.....! What to do?

    Dear All,
    We need to link our User forms to Print layouts in order to make our reports work exactly the way SAP reports work. Is there a way to enable the print and print preview toolbar buttons and make them show our Report Layout? So far the response from SDK Forum is not encouraging and many questions regarding the same issue remain unanswered there.
    After looking for the solution in the SDK Forums we came across these two replies from Mr. Nick He and Mr.Frank Moebius. Both are of the opinion that currently SAP does not offer a support for this feature and better use a third party tool. We are not in a position right now to opt for any third party tool but if we get a clear response from your side regarding this matter, we can go for it. Kindly have a look at the following links:
    Re: Print Layout  Design for user form in SapBusinessOne2005A(6.80.317) sp:01.?
    Re: Add PLD Layouts in 2005 through sdk
    The recommended solution within SAP B1 to develop Add-on reports is through User Queries and creating a Print Layout and run them via Query Manager Window. This approach in our view has the following drawbacks that make it less friendly with the end user:
    1. Add-on forms appear in the left pane/menu, whereas reports would have to run through Query Manager only, which is in fact a small toolbar button on the top right side. We can add the Query Manager link to user menu but it doesn’t solve the problem.
    2. A user with full authorization over the Print Layout can accidentally overwrite it by clicking the Create Report Button, whereas in case of SAP Reports the Layouts remain unchanged and only saved as a new Layout and set as Default Layout for a report. Add-on Reports cannot do this.
    3. Different behavior of Layouts in Query Manager on Single Click and Double Click. In the Query Manager, if a user just selects a query by a Single Click and views a Print Preview (Layout) then the custom user Layout appears. But if a user Double clicks a query then the Query Window appears, exposing the query and making it editable. Also the Preview(Layout) is different in this case. The user can either view the Window or Table Layout in this case. Hence this exercise would make the user confused and prone to errors.
    4. The Parameter/Criteria window that is SAP generated is not enough to fulfill user friendly interface requirements. Is there a way to add List boxes or Combos to that form. The parameter selection Checkboxes also behave in a strange way that even the experts find difficult to manipulate. If they are of no use, what’s the point in having them on the form in the first place.
    All these points are leading us to confusion over the decision as to whether go for Query Based Reports or use Third Party tools. Kindly help us out in this regard. Your response would help us save some valuable time for our Add-on Development.

    <<< If there is a solution then it has to be from SDK. We can only opt for third party components and frameworks only if any of the SAP representatives ensure us that the current version of SDK does not offer such support.>>>
    The answer to that is to lodge your query as an Issue to SAP directly as a support question or go through your local SAP representative. If the functionality is not offered by SAP you can do a Development Request ( DRQ) and SAP will develop it if they think it will become userful.
    <<<If this Forum is not meant to be answered by SAP representatives then kindly tell me any other Technical Support Portal from where i can get the answer directly. >>>
    This forum is accessed mostly by SAP Business One Developers on SDK. However we are fortunate that some SAP employees who are very knowledgeble take some time off to answer queries.
    Since it is a Forum, no one is obliged to answer. As indicated above , Try SAP directly if you need a definite answer.
    <<<>>>
    Since you mentioned Crystal: We as SAP Business One SDK developers, have come across similar issues and opted for a Inhouse developed Crystal Solution. It has been so popular we are selling it as a Generic add-on to B1.
    Regards,
    Indika.

  • Query Print Layout

    Hi
    I am designing Print Layout for Query Based report in that i have a parameter for generating report which is date range parameter
    Now When we designed PLD for Query based report we are getting display of parameter as
    A/R Invoice Posting Date  xx/yy/zz
    A/R Invoice Posting Date pp/qq/rr             note (this is just ex )
    now i am ok with display of A/R Invoice now can we adjust in PLD so that we can Display
    A/R Invoice From  Posting Date  xx/yy/zz
    A/R Invoice To      Posting Date pp/qq/rr
    can we add those fields of from date and too posting date

    Hi,
    It not possible to edit yr parameter, when u r passing a value...
    SAP don't support that editable view.
    else
    create UDT > emp and UDF > dt (date to) give description like "From Posting Date"
    just bit code
    declare @dt datetime
    declare @df datetime
    set @dt= (select @emp.U_dt  from @emp  where U_dt=[%0])
    set @df= (select @emp.U_dt  from @emp  where U_dt=[%1])
    pass @dt n @df value in SAP query
    That only d way
    Thanks
    Kevin
    Edited by: Kevin Shah on Oct 15, 2009 10:37 AM

  • Print Layout Designer - Different Variable No for Different Currencies

    Hi Experts,
    I will need your support once again.I just noticed that the Withholding tax field on the Invoice print layout displays only when the transaction is in Local currency,while trying to trouble shoot this issue, I discovered that the Variable Number for the withholding Tax field for transactions in Local currency differ from that of USD transactions.
    I need this field to display irrespective of the currency, how can I achieve this? Can I get a comon variable number for that field ?
    Any info will be highly appreciated.
    Kind Regards

    Hi Chike,
    The answer is no.  You can not change them because they hold different values. If you want to use one PLD to print both LC and FC, you have to use many formula fields to do so.
    Thanks,
    Gordon

  • Print Layout Desigener print date

    Dear all,
    In our Balance Report we want to fill in the Print Layout the Print Date.
    is there a possibility for filling this?
    The path of  balance report is :
    Financials__ Financial Reports__ Financial__ Trial Balance
    Thank you and best regards to all!!
    Serkan

    Hi Nat,
    thank you for your fast and helpfull support.
    it works
    regards
    Serkan

  • Down payment document differs from print layout since SBO 2007A PL45

    Since upgrade from PL42 to PL45, we have ceveral problems.
    - Print Layout wrong:
    1. We have a sales order with 7 positions, 2 of these 7 positions are already delivered and paid.
    Based on the sales order, we post a down payment invoice that has the correct 5 positions from the sales order. When selecting print preview (it doesn't matter, if it is a user defined print layout or a SAP standard layout), we get all the 7 positions that are in the sales order.
    2. Also down payment invoice: We have one position with 3 items, the document shows the unit price correct and also the price for the position (price per unit x3) correct. The print layout only shows unit prices.
    3. sales order has another currency rate then the down payment and the following invoice, as they will not be posted the same date. The documents show everything correct, but the print layout only shows the currency rate from the sales order (also in the following documents like DP invoice and final invoice).
    - a lot of dump files....
    Does somebody knows a solution for these problems or does somebody knows, if they will be solved in the PL46 or 47?
    Thanks  a lot.
    Katrin

    Hi katrin,
    In case you are recieving Dump files with a system standard layout,kindly log a support ticket with
    SAP support.Please attach the dump files and describe the scenario to reproduce the issue.
    Abhinav Banerjee
    SAP Business One Forums Team

  • Transaction Journal Print Layout Design

    Hi all
    Is it possible to show in Transaction Journal Print Layout Design Report to show details of Journal Entry line details like Profit Center, Tax base amount and Tax Code?
    Kedalene

    Hi,
    Not possible to get those information in above PLD. Please raise ticket to SAP support.
    Thanks & Regards,
    Nagarajan

  • Copy Express - Copying Print Layout Designs from one company to another

    Dear All,
    i was wondering if one of you on the forum could help me with copy express.
    I understand through the DIAPI, you cannot code to copy print layout designs, and if you copy the fields through SQL, SAP will no longer support the database.
    It is the first time using Copy Express and am very confused about what to do.
    Could someone post a step by step was of saving a design and then copying from one database to another.
    Thank you so much for anyone that can help.
    Regards

    Hi Troy.......
    You can do this......
    Go to PLDs and save a different copy of every PLDs by making Save as and then try to copy such PLDs.
    I also encountered such problem and I tried the same I suggest you.
    So try once.....
    Regards,
    Rahul

  • Edit Print Layout Crashing SAP 2007

    Good Day,
    I have a client that when trying to edit a layout it is causing SAP to crash.
    It is the Goods Receipt PO layout, he opens the GRPO, clicks the pencil, then when trying to edit the layout, SAP just crashes with no error messages and no log files.
    All other layouts are able to open and be edited.
    Its just this specific layout that it is happening on, it is not a system print layout.
    Thanks
    Regards
    Dario

    The explanation would be:
    The problem could be due to many reasons. For example:
    - If they selected a table by using Alt+Click in old PLD, that is not supported by SAP.
    - Some other hidden problems may not be found from old version but it can be caught in new version etc.

  • Limited Logistic cannot change open Print Layout Designer?

    Dear Experts,
    My customer has multiple Purchase Order layouts, they are using Limited Logistic user license and have full authorization to Change Default Report.
    However, when they click on the Print Layout Designer, the pencil icon from toolbar, an error message prompt, You cannot open Window [60213] Type List Form with your current license.
    Online License Authorization document that i have read does not provide details information about Limited Logistic vs Print Layout Designer.
    Can someone please advice me is it SAP limited logistic license design or is it a bug or is it some setting has been done wrongly?
    Thanks.
    Regards,
    Lay Chin

    Hi Gordon,
    The SAP Note No: 1223477 is indicating what happend last time. But for the new customers who start using SAP B1 8.8, when they purchases limited logistic, they get limited logistic license with the correct access right defined in https://websmp203.sap-ag.de/~sapidb/011000358700000953982007E, no more professional license is given.
    Below statement is quoted from SAP Support Portal:-
    New user types are now enforced
    The new user types that have been introduced in the SAP Business One pricing and licensing model are now enforced in the SAP Business One 8.8 application: The limited users and indirect users are implemented; the use of the add-on access user is re-defined (this user will now be a normal user).
    Please correct me if I understand the statement wrongly.
    Thanks.
    Regards,
    Lay Chin

  • Help with Print Layout Designer

    Hi all,
    I'm not sure if I should post this here or not, I already posted it in the Business One Forum.  Moderator(s)  if this is not the proper place please delete it and let me know that it is not the appropriate venue.
    I need some help with Print Layout Designer.  I am running 2005A SP01, and my customer wants a modification to the Sales Backorder Report.  They want to add the column "In Stock" to both the report as displayed on the screen and the printed document.  The report rendered to the screen has the In Stock, but it is not checked as visible.  I check it and In Stock shows up as designed.  The part I am having problems with is the printed document. I opened the PLD from the Backorder Report, and saved it under a different name.  I resized some of the columns in the repetitive area (header and data) to make room for the In Stock column.  I CAN add the text field Instock as free text and enter "In Stock" as the content.  I looked at the "backorder" column in the PLD, and it is a text field with the source System Variable and the variable is 109.  I would assume that all I need to do in my added column is to set the source to System Variable and enter the variable number.  That is the problem; I can't find the variable number for that column.  I looked on the report rendered to the screen with system information on and the variable is "3 #000027825,OnHand".  I looked at the Back Order column of the report rendered to the screen and the variable is "3 #000028725,OpenCreQty".  I found a spreadsheet that is supposed to contain a list of system variables for 2007A, but the document type for this report is BRDR and that document type does not appear in the list of document types in that spreadsheet.  I looked for a similar spreadsheet for 2005A SP01 but didn't find one.  I DID find a document "How To Customize Printing Templates with the Print Layout Designer".  According to that document, I should be able to get the system variable from the report rendered to the screen with System Information turned on.  Can anyone help?
    TIA,
    Steve

    I haven't dealt with this before so I can't be certain, but here are my thoughts.
    The Backordered Qty is probably a calculated field, so that's why it's a system variable. The In Stock is a defined field, so you probably can use the file and field number, OITM, OnHand. I would look at maybe the stock number or description to see how those are setup on the form instead of the backordered qty field.

  • Sub-Report on the Print Layout Designer

    If there's  a way to create a Report from several querys in SB1 usin the Print Layout Desg.? , like for an example the 1st repetetive area is loaded with Query A and 2nd Repetetive area  with Query B

    Looks like noone knows the answer...
    Maybe it is a better idea to take a look into the Implementation - or Support - area on the SMB Portal on SAP Service Marketplace - or create a message to SAP Support there...
    Preferrably you will get good answers to SDK related questions here in this Forum - less for customization detail questions - as this Forum is the platform for SDK questions.
    Best regards,
    Frank

  • Dunning Report Print Layout Issue

    Hi
    I have a problem with the Dunning Report Print layout (Dunning All (system)). In the wizard I select all the Invoices (Which are over due and current) for the BP and sent to printer.
    In the print out all the due dates are mixed with the acctual Due dates.
    Acctuall Invoices
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     25.02.08              1
    10002                     03.03.08              1
    10003                     03.04.08              0
    Print out
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     03.03.08              1
    10002                     03.04.08              0
    10003                     25.02.08              1
    How can I fix this. This is coming from the System template and we havent change anything.
    Could you please help me.
    Thanks
    Sanjaya

    Hi
    I solved the problem. But the issue was when i ran the dunning wizard the layouts messed up. For example if I had a dunning letter with 3 lines (overdue documents). The last line would copy itself 4-6 times (it would show the last document 4-6times so the total lines in the dunning letter would be 7-9 lines). But I solve the issue. Somehow the attention person (which I got from the contact persons (ocrp) and not from the document contact person (oinv) ) did the issue. When i switch it to the oinv the issue was gone.
    kind regards
    Søren
    Edited by: Bundgaard Søren Hollænder on Jan 26, 2009 9:56 AM

  • Crystal Report print layout error during print preview

    Hi Everyone,
    When I try print preview a marketing document, it will work the first time, and then when I try to print preview again it brings up a window asking me to login into the database with the sa username and password.
    When putting in the correct password, the login fails.
    When I click cancel, SAP hangs up and requires a restart.
    All print layouts were done in Crystal Reports, and imported via the report layout manager.
    This occurs on all marketing documents where there is a crystal print layout.
    Anyone will be able to help me with this?
    Thanks
    Best Regards
    Dario Moutinho
    Edited by: Dario Lopes Moutinho on Jul 7, 2011 3:19 PM
    Edited by: Dario Lopes Moutinho on Jul 7, 2011 3:19 PM

    Hi Rahul,
    Your solution worked. Thank you very much.
    I also did not include a stored procedure into the connection that was needed in the layout.
    This could have also added to the problem (for future reference).
    Best Regards
    Dario

  • CREATING PRINT LAYOUT IN CRYSTAL REPORT

    how to create print layout that will show the encircle below. thanks

    Hi Romel,
    Please check below Query.
    SELECT T0.[DeposDate], T1.[CheckNum], T1.[CheckSum], T1.[BankCode], T1.[Branch] FROM ODPS T0  INNER JOIN OCHH T1 ON T0.[DeposId] = T1.[DpstAbs] WHERE T0.[DeposDate] >=[%3]  AND T0.[DeposDate] <=[%4]
    Hope this helps
    Regards::::
    Atul Chakraborty

Maybe you are looking for

  • Screen Failure - Macbook Pro 17 inch (2.16 ghz)

    Hi! About 7 months ago the LCD screen on my 17 inch MacBook Pro (2.16ghz) started to do odd things, such as: display odd shapes in the lower 3/4 with lines and colors that changed according to whatever image was currently trying to be displayed. Init

  • E7 Music Sync no longer works!

    After a recent update, my music library will no longer sync, nor does Ovi suite see any files on my E7 (which are really there). After attempting to sync, it will come up with the message "failure to sync". Oddly enough, contacts etc all sync without

  • Archive Link Authorization problem for Business Partner.

    Hi Experts, Currently we are attaching documents to respective objects through Tr. OAWD & these documents are available in service for object as attachment, until this it is working fine. But we are facing problem of authorization for archive link of

  • Hindi language is not supported on bb 8520

    I am from india using vodafone as service provider. My device is 8520. I am not able to read mail in HINDI language. How can I solve the problem ?

  • Data Tab missing in Report Manager

    I have Desktop Intelligence XI installed but in Report Manager, the Data Tab is missing.  The Map Tab is there.  Anyone know how to get this back?