rpt: Invalid section height.
Hi to all,
I'm using Asp.net 2.0-C# and Crystal Report 11.5.
I have a table with N number of records, i bind all records dynamically now i meet this problem
Error in File C:\DOCUME1\D3326\ASPNET\LOCALS1\Temp\Cr_ExportToExcel {DCA1604B-76DE-4E89-8502-274969D5D6E6}.rpt: Invalid section height.
I checked my code, my the final Fiedlobject top position is 34100, i came to know crystal report doesnt support greater then height 32,767 from
http://www.forumtopics.com/busobj/viewtopic.php?t=106646&view=next&sid=29c694f5aa0a7d2fca31404ca09a3274
this web site. If it's true then how can i solve this problem,
becuase i have nearly one lakh records.
Actualy i display my records like this
ColumnName Data ColumnName Data
ColumnName Data ColumnName Data
so i'm using only one detail section object because no need of heading section.
Experts please help me.
Thanks in advance.
Edited by: winseelan j on Sep 29, 2008 7:20 PM
Ludek Uher replied
You will have to use RAS. This sample app shows you how to create sections at runtime:
https://boc.sdn.sap.com/node/6304
More sample apps are here:
https://boc.sdn.sap.com/samples/84/1194
And the developer libraries is here:
https://boc.sdn.sap.com/developer/library
Ludek