https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/122000/infragistics-documents-reports-pdf-does-not-display-full-detail-content/538341#538341
In conti of above link on conversation with Divya Jain, posting new question here as it's not showing reply option in above link.
Attaching sample app as asked for the issue facing
Hello Mosam,
May be you are not login with your infragistics account made you not able to replay to our other post.
Looks like your attachment dint come through . May be due to the sample size, you can delete the bin folder an attach the sample again to follow these steps.
-Divya Jain
WebParts.rar
Hi Divya,
Logged in with same account as previous but on that chain - reply is not visible..anyways - i have attached .rar file as size of the solution is big in previous conversation. I have not included bin and debug folders within. Attaching it again.
Pls let me know if it can not be fetched or any other alternates where i can send you the sample solution.
Thanks,
Mosam
Hi Martin,
Can you pls let me know your infragistic email id so can give access to it.
Access given to divyaj@infragistics.com and martina@infragistics.com
Thanks
When accessing your link, a password is required which, as mentioned before, is against our security policy. Could you please provide a link for direct download? If you prefer the OneDrive provider, you can set a password when sharing and do not prompt a user to log in.
Thank you for your understanding.
As you have webparts solution which attached previously, Pls add below dll in webparts folder.
Hi Mosam,
After further investigation, the issue was in the addBlankRow method of the RReportP class. By adding margins to the passed row instead of adding a blank row, the issue is resolved:
private void addBlankRow(IGrid reportTitleGrid, IGridColumn reportTitleColumn, IGridRow reportTitleRow, IGridCell reportTitleCell, IText reportTitleText, int colSpan) { reportTitleRow.Margins.Top = 5; reportTitleRow.Margins.Bottom = 5; }
I have attached the file for your reference. Please test it on your side and let me know whether it helps you achieve your requirement.
Looking forward to hearing from you.
2630.RReportP.zip
Hi Marin,
Thanks for looking into it - i applied the same code change into sample and main application and i observed it starts displaying data but between page changes - it's skipping some of the records in between. attaching screenshots for the same.
Can you pls drill down it further to resolve this issue.
Thanks for all help and looking forward further resolution on it.
Thank you for getting back to me.
I am glad that you managed to achieve your requirement!
Thank you for using Infragistics components!
Solution suggested seems working fine and passed through testing.
Thanks for all your help.
I am glad that you find my suggestions helpful.
Take your time and do not hesitate to contact us if you need further assistance with this matter.
Thanks for all the suggestion so far. I have gone through your attached file changes and applied them and seems working now. Further would confirm once it's get passed from thorough testing.
Thanks for all help.
Apologies for missing this. After further investigation, the issue should resolve if the first section of the result details is defined in a separate grid.
I have modified and attached the RReportP.cs file. Please let me know if you need additional information regarding this matter.
4834.RReportP2.zip