Did your report get data before?Daniel Schmitz wrote:I tried to set FullTrust = false, but now the report don't load any of my data.
Please, send us your report template with sample data for analysis.Daniel Schmitz wrote:I've also tried to use the Reset Page Number property in the AfterPrint event of my PageHeaderBand1, with a text displaying the PageNumber in it:But for some reason, PageNumber == 10 it's getting true when my text is displying 8.Code: Select all
if(PageNumber == 10) { PageHeaderBand1.ResetPageNumber = true; } else { PageHeaderBand1.ResetPageNumber = false; }
Is there something wrong?
Thank you.