Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~542 People Reached
Favorite Tags
Member Avatar for bhappy

Hai All, I want to create crystal reports dynamically, I don't know the columns i will take it from database at runtime, im getting all data into one dataset and im convrting dataset into xml schama, then im using that xml schama in crystal reports,there i drag n drop all …

Member Avatar for boltonss
0
340
Member Avatar for bhappy

Hi All, I need to generate payslips for all employees using crystal reports, some 2 to 3 employee's payslips are coming in a single page i need like that, and all data im getting dynamically from code behind using formula fields and parameter fields, bcuz no.of earnings/deductions may change at …

0
65
Member Avatar for bhappy

Hai All, Im creating 2 formula fields in my crystal reports for displaying empname and salary like this, abc 100 xyz 200 pqr 300 in code behind im passing values to crystal report like this, vb.net code j=0 for i=0 to noof emps rptDocument.DataDefinition.FormulaFields(j).Text = ds.Tables(0).Rows(i).Item(i) j=j+1 next It is …

0
84
Member Avatar for bhappy

Hai All, Can any one help me how to get html hidden varaible value in asp.net code-behind. Thanks, Aswath.

Member Avatar for bhappy
0
53