Link to home
Start Free TrialLog in
Avatar of eoswin
eoswin

asked on

how to display fixed number rows to a table in rdlc

i have a subreport which needs to print exactly 10 rows.  even if the datasource fetches 2 records , i want a print 10records.. can you tell me how to do that.?

ASKER CERTIFIED SOLUTION
Avatar of jimbobmcgee
jimbobmcgee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eoswin
eoswin

ASKER

thanks,...my database is oracle
If it is Oracle 10g upwards, it should be very similar, as WITH and ROW_NUMBER() are ANSI standard.
Try changing sys.columns to all_tab_columns; otherwise it should be the same
Avatar of eoswin

ASKER

sure try that...

Is there any way i can print a rdlc table on a top of a fixed rectange with lines accross looks like a table?