I want to export the jpeg(pre-designed) image of A4 size from windows form filled by the data from database.
Method already used:
1. Using Windows Form print -- Fails due to exporting of low resolution image.
2. Using Panel Print -- Panel is larger size(2484X3510)A4 size than Windows form and I cannot reach it's all ends to set the Labels or controls every on panel
3. Using Report.rdlc -- I cannot get textboxes over Image.
PLeaase suggest me some solid method.
Thanks in Advance.