when we use export report to image the result in pic 1 it should be lick pic 2
This my code
Code: Select all
stiReport.ExportDocument(StiExportFormat.ImagePng, memoryStream, new Stimulsoft.Report.Export.StiPngExportSettings() { PageRange = new Stimulsoft.Report.StiPagesRange(StiRangeType.Pages, pagenumber.ToString(), pagenumber), ImageResolution = 300, ImageFormat = StiImageFormat.Color });
Please see attachment pic 1 and pic2