-
Sobiya
21
posts
Member since:
Jan 2013
Posted 14 Nov 2013
Link to this post
Hi,
I am facing a very strange problem with telerik report. i have a crosstab under which i am displaying data. what i have to do now just add an additional field which is already present in datasource(fields), so i have added a column in my report and simply assigned the value, but this column is blank. although i checked many times filed has value and it is not blank. i have given a hard coded value to test but still its blank, i am unable to find where i m doing wrong. i have built my application and also closed my solution and reopened it and tried all other ways but still its not working.
kindly help. Many thanks in advance.
Sobiya
-
-
Unknown
21
posts
Member since:
Jan 2012
Posted 18 Nov 2013
Link to this post
It seems that you may have Visible=false to the textbox or some other item that holds your content. Additionally it is possible to have set matching background and foreground, in which case the text will not be visible. What you can do is create a new report and then copy your data source. Then use the wizard and generate your crosstab again. Finally check if it works (most probably it will) and then copy the newly created crosstab to your reprot.
-