Joined: 16 May 2011
Location: India
Online Status: Offline
Posts: 1
Topic: Bind Crystal report chart with user defined object Posted: 16 May 2011 at 6:50pm
Hi,
I have a requirement where I have to bind my report with user defined object. For that i am taking fields from database using query. SELECT [Date] ,[Value] FROM [dbo].[MyTable] for XML AUTO,Elements and binding report using the xml generated by this query.
I have a user defined class where i fill the values from database
Now when I generate a line chart, Its taking the count of the values given not the absolute values. I think the problem is its taking the values of date and value as string though i have given date time and int type in my class.
Any idea how to solve this problem. any help will be appreciated.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum