List Box Control RDLC

shankarkannashankarkanna Member Posts: 2
edited 2012-07-27 in NAV Three Tier
What is the Purpose of list box Control in rdlc Report ?
How to use it PLease provide a sample report of rdlc used listbox in it.

Comments

  • manikandanmanikandan Member Posts: 160
    Hi shankarkanna,
    if you are using "page Header" then it's getting value from the first record only until Last Record.
    to avoid this we are using "List Box" and group with this.
    Sample Report:206
    :thumbsup:
    Thanks,
    Muthusubramanian.m
  • Purvesh_MaisuriaPurvesh_Maisuria Member Posts: 71
    Hello shankarkanna,

    Listbox is working as a container. You can put tables & other controls in it.

    You can use its different property as per your requirement.

    PageBreakAtEnd
    PageBreakAtStart
    Visibility as per condition / if you want to use more than 2 lists.

    List Property :
    Page Breaks Choices
    Filters
    Sorting on 1 or more expression.

    Hope this help you.

    Thanks & Regards,
    Purvesh Maisuria.



    Thanks & Regards,
    Purvesh Maisuria.
  • BeliasBelias Member Posts: 2,998
    you can also set groups and filters on listboxes controls, and the elements you place in it (most probably a bunch of tables) will be affected by the list filters, and will be grouped by the list groups.
    e.g.: if you want to print all sales lines and after them, all the comment lines you can use:

    listbox (grouped by sales order no.)
    -table (hide/filter rows on sales lines)
    -table (hide/filter rows on comment lines)
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.