i am binding rdlc report using xsd when i preview the datset i get all the field / column values displayed but the same column when binded to report some of the column values is not shown
You need to manually map the values to be displayed in report using Table i.e. Tablix or some other fields then it wil get displayed
culd u explain
i have this in =Fields!FNAME.Value+" "+ Fields!MNAME.Value+" "+ Fields!LNAME.Value
the expression
i have dragged the fields from xsd datable1 to the rdlc report directly
so wht do i need to map?
So does this 3 fields show?
in report NO , but xsd preview YES
What do you see in report? nothing?
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.