Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. RDLC C# Report shows only record...but datasource containts more then 100 records [modified]

RDLC C# Report shows only record...but datasource containts more then 100 records [modified]

Scheduled Pinned Locked Moved C#
csharptutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xodeblack
    wrote on last edited by
    #1

    i have create rdlc report in c# --------- For example my report contains textbox like and it's value is =First(Fields!FirstName.Value) data source have more then 100 student's(First Name) records.......but reportviewer display only one student's "FirstName"

    modified on Sunday, September 6, 2009 12:38 PM

    A 1 Reply Last reply
    0
    • X xodeblack

      i have create rdlc report in c# --------- For example my report contains textbox like and it's value is =First(Fields!FirstName.Value) data source have more then 100 student's(First Name) records.......but reportviewer display only one student's "FirstName"

      modified on Sunday, September 6, 2009 12:38 PM

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      :laugh: :laugh: You paste the control into RDLC and hope it will replicate automatically. ;P ;P Place the textbox inside a List or Table. And also make its value as Field!FirstName.Value(just leavethe First() out of the value) You are done.,. . :cool::cool:

      Abhishek Sur


      My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

      **Don't forget to click "Good Answer" if you like to.

      X 1 Reply Last reply
      0
      • A Abhishek Sur

        :laugh: :laugh: You paste the control into RDLC and hope it will replicate automatically. ;P ;P Place the textbox inside a List or Table. And also make its value as Field!FirstName.Value(just leavethe First() out of the value) You are done.,. . :cool::cool:

        Abhishek Sur


        My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

        **Don't forget to click "Good Answer" if you like to.

        X Offline
        X Offline
        xodeblack
        wrote on last edited by
        #3

        Hi Abhishek Sur Thankz now it is working ;)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups