Results 1 to 2 of 2

Thread: Special Formating in RLDC report Field

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2010
    Posts
    159

    Special Formating in RLDC report Field

    Hello Friends;
    I want to format a number which shown in the report at runtime.
    I have a number 1,2,3 but i want to show as 0001, 0011 and so on.
    i use in expression like
    = Format(STR(Fields!ID.Value),"0000")
    But it generates ERROR Then i use following
    =CInt(Format(STR(Fields!ID.Value),"0000") ) because in the database .mdb file the data type is Long Integer.

    But i am not sucessful

    Please help me how i fix it
    Regards

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: Special Formating in RLDC report Field

    try just with : Format(Fields!ID.Value,"0000")
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width