Sean's profileThe 7th (Sean Dai's Proj...BlogListsSkyDrive Tools Help

Blog


    August 11

    Different rendering role

    The report is rendered differently in Web,Excel, PDF, and so on.
    1. Render a RETURN, web need char(13)+char(10) and in this order, while char(10) along can make a return in Excel.  If use char(10)+char(13), excel will return twice.
    2. Render blank spaces, there is no method to make blank spaces except one space. The only method to make spaces is to use padding property.  however, padding property cannot be used in Excel.  Excel can use normal blank space. 
    3. The format cannot be rendered in Excel.
    4. The CanGrow property cannot work in Excel.