Get the exact output that i was designed in report builder

Hi,
i have a report. In that report i made a gap between last field(amount,currency..) and the signature. pls look below link.
http://imageshack.us/photo/my-images/217/unled2ve.png/
i run the report. im getting the output that the space got decreased between last field(amount,currency..) and the signature. pls refer below link.
http://imageshack.us/photo/my-images/40/unled1de.png/
How do i get the exact output that i was designed in report builder.?
My report builder version is 10.1.2.0.2
Skud.

This is the Forum you want Reports
Edited by: spilgrim on May 18, 2011 8:37 AM

Similar Messages

  • Why do I get the following error message when trying to use Report Builder in sql server 2012?

    sukai

    Hi sukai,
    The issue is due to one or more of the files listed in the application manifest cannot be found on the server. We can upload all the deployment’s dependents files, and try again. And frequently this means that the application is somehow corrupted, or that
    the ClickOnce store is corrupted. Please refer to the following thread to fix the issue.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/47c9f7c6-00ed-4980-9667-5c176ad7116a/ssrs-report-builder-application-cannot-be-started-contact-application-vendor
    According to your screenshot, you are using Chrome. Please use IE browser try it again. SSRS not all report functionality is supported by all browsers. Please refer to the similar thread below:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ef9cb3f2-2acd-4947-b1fe-4724c51c61a2/unable-to-start-report-builder?forum=sqlreportingservices
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Not Getting the Exact Output

    input :
    S.No Description Qty. Units Rate(Rs.) Value(Rs.)
    1 Akon 1 Nos 3700 3,700
    2 Lester 1 Nos 1600 1,600
    3 Aamp 31 Rmt 270 8,370
    Gross Total     13,670
    The     above     Total include     Services     Tax Amount of     Rs     536                    
    Total Invoice Value     I                    13,670
    If i give this input...this may be anywhere in the text file.means.but i would like to extract this information...Here is my code:
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.Formatter;
    import java.util.Scanner;
    public class StringBuilderEx {
         static String Sno,Qty,Description,Unit,Rate,Value;
         public static void main(String args[]) throws FileNotFoundException{
              File file = new File("D:\\CSV\\tab2.txt");
              StringBuilder sb = new StringBuilder();
              Scanner scanner = new Scanner(file);
              if(scanner.hasNextLine())
                   scanner.nextLine();
              while (scanner.hasNextLine()) {
                   Sno = scanner.next();
                   Description = scanner.next();
                   Qty = scanner.next();
                   Unit = scanner.next();
                   Rate = scanner.next();
                   Value = scanner.next();
                   Formatter fmt=new Formatter();
                   fmt.format("%5$2S,%4$2s,%3$2s,%2$2s,%1$2s",Value,Rate,Qty,Description,Sno );
                   System.out.println("Sno :"+Sno);
                   System.out.println("Description :"+Description);
                   System.out.println("Qty :"+Qty);
                   System.out.println("Rate :"+Rate);
                   System.out.println("Value :"+Value);
                   System.out.println();
    }i am getting wrong output...
    Here is My Output:
    Sno :1
    Description :Aviation
    Qty :Lamp
    Rate :Nos
    Value :3700
    Sno :3,700
    Description :2
    Qty :Lighting
    Rate :1
    Value :Nos
    Sno :1600
    Description :1,600
    Qty :3
    Rate :Lamp
    Value :Cable
    Sno :31
    Description :Rmt
    Qty :270
    Rate :Gross
    Value :Total
    Sno :13,670
    Description :The
    Qty :above
    Rate :include
    Value :Services
    Sno :Tax
    Description :Amount
    Qty :of
    Rate :536
    Value :Total
    Sno :Invoice
    Description :Value
    Qty :I
    Rate :Now
    Value :Claimed
    Sno :100%
    Description :of
    Qty :Invoice
    Rate :13,670
    Value :(Rupees
    Sno :Thirteen
    Description :Thousand
    Qty :Six
    Rate :and
    Value :Seventy
    Exception in thread "main" java.util.NoSuchElementException
            at java.util.Scanner.throwFor(Scanner.java:838)
            at java.util.Scanner.next(Scanner.java:1347)
            at StringBuilderEx.main(StringBuilderEx.java:25)Can anybody help me inthis???

    If i give this input...this may be anywhere in the text file.means.but i would like to extract this information...Here is my code:Anywhere means...
    it may at the top..middle..bottom..of the text..it should recognise this and then apply the code..one more thing.."Desription" tag also extracting some random information..Here is my exact input file ..can you look once:
    INVOICE                         
    Ray TELE SERVICES PVT. LTD.          Invoice No: EMH48DCO56               
    Flat no.4 to 7, C/o Krishna Plaza,          Date:     28-Dec-07               
    Opp.Water Tanks, Near TATA Garden Busstop,           P.O.NO: 4352                
    Chandan Nagar, PUNE-14          Date:     28-May-07               
    PAN No.AACCA5469L                         
    CST TIN is: 27150005249C     w.e.f 01.04.2006                         
    VAT TIN is: 27150005249V w.e.f 01.04.2006                          
    ST Regn No. AACCA5469LST001                         
    To,          Site Name: Gad Mudsingi               
    Vodafone Essar Cellular Ltd.,          Tower Type: RTT               
    -.L)Metropolitan, F/P No.27,          Tower Height: 21 Mts               
    S.No. 21, Old Mumbai-Pune Highway,          Natureof Work:Avaition Lamp, Lighting Arrester               
    Wakadewadi, Shivaji Nagar,                          
    PUNE - 411005                         
    S.No     Description     Qty.     Units     Rate (Rs.)     Value (Rs.)
    1     Aviation Lamp     1     Nos     3700     3,700
    2     Lighting Arrester     1     Nos     1600     1,600
    3     Aviataion Lamp Cable     31     Rmt          270     8,370
         Gross Total                    13,670
         The     above     Total include     Services     Tax Amount of     Rs     536                    
         Total Invoice Value     I                    13,670
         Now Claimed 100% of Invoice Value                    13,670
    (Rupees Thirteen Thousand Six Hundred and Seventy only)                          
    For ASTER TELE SERVICES PVT LTD                         
    lk     .                         
    Authorised Signatory                         
    ASTER TELESERVICES PVT.LTD.
    4-7 Krishna Plaza, Opp. Water Tank, Near Tata Garden Bus Stop, Chandan Nagar, Pune - 411 014Here is My Output:
    Sno :1
    Qty :Aviation
    Description :Lamp
    Unit :1
    Rate :Nos
    Value :3700
    Sno :2
    Qty :Lighting
    Description :Arrester
    Unit :1
    Rate :Nos
    Value :1600
    Sno :3
    Qty :Aviataion
    Description :Lamp
    Unit :Cable
    Rate :31
    Value :Rmt
    Exception in thread "main" java.util.NoSuchElementException
            at java.util.Scanner.throwFor(Scanner.java:838)
            at java.util.Scanner.next(Scanner.java:1347)
            at StringBuilderEx.printinRequiredForm(StringBuilderEx.java:44)
            at StringBuilderEx.main(StringBuilderEx.java:35)any Help
    Edited by: abbhoshan on May 15, 2008 11:52 PM

  • While my friend was setting up his iphone, i used my icloud. So now, when i send him a message i get the exact same message from myself. How do i fix this?

    While my friend was setting up his iphone because i had recently updated it for him he needed a itunes account to use for "bump" so i could transfer his contacts back. So i used my itunes and icloud account to sign in so he could download that because he didnt have any of those accounts. So when i logged in he was basically me, my name was his phones name aswell. Well i used "bump" his name was the same as mine. I got the contacts to work but now every time i send him a text message, (imessage) i get the exact same message from myself. How to i unverify him off of my icloud so i can be the only one using it?

    The fact that the problem only occurs when iphones are texting you leads me to think that iMessage may be the culprit. The fact that it is only iphones using SPRINT however is weird. Try turning imessage off on both yours and your sons phones to see if the problem persists. If it does, it may be a carrier problem.

  • Need to get the exact time of each picture that I saved ( maybe as a excel sheet or word )

    Hi guys,
    I am actually a new labview user. I have successfullly been able to save pictures. But unfortunately I got two problems. The first one is that I need to use two cameras at the same time. The program I have so far is for one camera. The second problem is that I need to get the exact time for each picture saved in the profile.
    I would appreciate if someone can help me with that. Anyway plz find attached the subvi.
    Regards,
    Abbas
    Attachments:
    Abbas progress.vi ‏54 KB

    Hi Abbas,
    First, I notice that you are using IMAQ for USB.  Is there any particular reason you are not using IMAQdx?  This is the newer, supported driver for use with USB cameras that supports acquiring from multiple cameras at the same time. 
    Check these two articles:
    Can I Acquire from Multiple USB Cameras Simultaneously Using IMAQdx?
    Can I Acquire from Two USB Cameras Simultaneously with NI-IMAQ for USB Cameras 1.0?
    And also this example (if you camera does not support acquiring from multiple cameras at the same time):
    Toggle Between Multiple USB Cameras
    As for timestamps, some cameras output them with the frame timing.  However, usually this is not a feature of USB cameras; if it is not, you can look into timing options within LabVIEW.  Try playing with the property node for IMAQdx and the Acquisition Attributes.
    Cheers,
    Marti C
    Applications Engineer
    National Instruments
    NI Medical

  • Help require to get the XML output to design template- JDE

    Hi Friends,
    I am asking this question from JDE perspective.I want to design XMLP Template for R40572 Check Printing.
    When I upload an blank template and after attaching RD, When ever I initiate a check from P04572 Application.RThe Write Row exit will lead to check printing which in turn will call a batch R04571 and this batch will call R04572(Which I require the XML output) since it is the second report and we cant direct it to local server I am not able to get the XML output..
    Another think is since its running in server i think its not taking the RD modification we done in loacl because it always fires PDF .

    Hi,
    I assume you're Using XMPOSA for generating the files locally. What I suggest is, you set the application to run with the report definition by default. That way, even when it is called, it will be called along with the report definition. You can take the resultant XML file from P95630
    hope this helps,
    -Domnic

  • Is there a way get the actual query that was excecuted

    I have a large query with lots of <cfqueryparam 's
    Is there a way get the actual query that was excecuted so I can debug it/ find out what the problem is, no sql error just logic error

    Personally, I think the easiest way is to use the powerhouse combo of Firebug and ColdFire. (Sorry if you already know this) Firebug is a plugin for Firefox for debugging (great JavaScript debugger in it!). ColdFire is a ColdFusion debugger that hooks into Firebug.
    Firebug: https://addons.mozilla.org/en-US/firefox/addon/1843
    ColdFire: http://coldfire.riaforge.org/
    There are a couple of steps to installing ColdFire on your server (in addition to the Firefox plugin) but it's just a matter of copying a CFM file into a particular folder on your server's CF install. Then you just select ColdFire as the debugging output option in the CF Administrator and you're good to go (the ColdFire zip archive has an install doc).
    Once you're using it, ColdFire lets you see all your queries: the actual SQL, the execution time, whether or not it's cached, etc.
    While there are other techniques for seeing your SQL, I've always found ColdFire to be the easiest to use.

  • TS3988 How do I get the email account that was in icloud?

    Hello, my manager handed me his phone off to resolve it and I restored and updated the iphone without knowing who was the account that was set up iCloud, and now I can not activate the phone. How do I get the email account that was in icloud that was configured on the phone? Starting email already know who is the account

    No one can give you that.  Ask your manager to contact the previous owner of the device.  They are the only one who can help you with this, either by providing the correct ID and password, or erasing the phone and removing it from their account as explained here: http://support.apple.com/kb/TS4515.

  • HT201272 My computer was acting up so i had to restore it and i lost everything. how do i get the songs back that i already paid for?

    My computer was acting up so i had to restore it and i lost everything. how do i get the songs back that i already paid for?

    The easiest way to get back missing items?  Restore your whole hard drive with all your irreplaceable things like photos in about 20 minutes from the backup clone you make on a regular basis.
    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not all media formats are available in all countries (see: iTunes in the Cloud and iTunes Match Availability by Country - http://support.apple.com/kb/HT5085); apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this).  Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list (e.g., ringtones), or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.
    Select the store on the left side of iTunes.
    Click on Purchased on the right side under Quick Links.
    You can re-download your available previous purchases.

  • I accidently closed my window with all my app tabs, now the only window that opens was a 2nd one I had open. How do I get back all my app tabs from the previous window, and why didn't it give me the usual warning you are closing more than one tab?

    I accidently closed the window with all my frequently used app tabs, now the only window that opens was an extra one I had opened. How do I get back all my app tabs from the previous window, and why didn't it give me the usual warning you are closing more than one tab? edit
    Details

    Then the (App) tabs from that window are lost unless you can restore an older copy of the sessionstore.js file (Time Machine?) that has that lost window.
    *http://kb.mozillazine.org/sessionstore.js

  • HT204088 Would like to know the exact date that a song was purchased using my iTunes account.

    Would like to know the exact date a song was purchased (not billed because I changed my payment status) on my iTunes account

    You should be able to view the purchase history on your account via your computer's iTunes, as per the HT2727 page that you posted from : If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    On your iPad you view a cut-down version (the last 90 days) via http://reportaproblem.apple.com
    Both show an item's purchase date

  • I bought an unlocked Iphone 3GS, I needed to update Ios5 and restored the settings for that which was not authorised for unlocke, but after that iphone is not getting activate and no sim card insatlled error is there. i m using local sim card in Pakistan

    I bought an unlocked Iphone 3GS, I needed to update Ios5 and restored the settings for that which was not authorised for unlocke, but after that iphone is not getting activate and no sim card insatlled error is there. i m using local sim card in Pakistan

    You didn't buy an 'unlocked' iPhone 3GS - you bought a 'hacked' one.
    Updating to iOS 5 removed the hack and the unofficial unlock.
    All you can do is try to find out which network the phone is locked to and ask them if they can unlock it properly.
    Otherwise, sell it or throw it away and buy an officially unlocked phone from an official source.

  • My iphone its block it seds  that it needs a sim card how or where do i get the sim card because it was working yesterday and today was block?

    my iphone its block it seds that it needs a sim card how or where do i get the sim card because it was working yesterday and today got block???

    Does it have a SIM card in it? You get the SIM card from your cellular carrier. Did you update the phone or restore it since it worked last? Where are you and what carrier are you on? Where did you get the phone?
    It sounds like the phone may be carrier locked and was previously hacked to work on a different carrier. If it was re-set, it would cause the phone to re-lock to the original carrier.

  • Have a new iPad with ios6.  Will not send emails. Addresses are valid  but get notice each time that recipient was rejected by the server.  No help on web site, and Apple's only manual is for previous os version.  We miss Steve Jobs.

    Have a new IPad with IOS6.  Will not send emails.  Addresses are valid but get notice each time that "recipient was rejected by the server."  Apple has apparently neglected to put out a manual with IOS6 and the previous manual has no indication of what to do.  Really miss Steve Jobs.

    Try going into Settings > Mail, Contacts, Calendars > select the account > account name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and try entering your email account and password and see if it then works

  • One of the episodes that i had on my IPOD NANO 8GB was removed off when i put a new episode of that tv show that i bought and put it on my IPOD NANO 8GB. How do i get the first episode that i bought back on my Ipod Nano 8GB with the new episode on it?

    I had an episode of a tv show series on my IPOD NANO 8GB. I just bought a new episode of the tv show and I went to put it on my IPOD NANO 8GB and it removed the first episode off my IPOD NANO 8GB. Now, all I have is the new episode of the tv show on my ipod and I can't get the other back on there. How do I get the other episode that I had on there first back on to my IPOD NANO 8GB with the new episode on my ipod?  Please Help Soon.

    Hello Lisa,
    Double check your iPod's sync settings from under it's TV Shows tab in iTunes.  Make sure it is not set up to sync only unwatched episodes.
    B-rock

Maybe you are looking for