Align image logo to the right

1) In the DP class find the width of the image: Image img = new Image(); CompanyInfo companyInfo = CompanyInfo::find(); CompnayImage companyImage = CompnayImage::findByRecord(comapnyInfo); img.setData(companyImage.Image); salesPackingSlipHeaderTmp.LogoWidth = img.Width(); 2) Add the image to the report: 3) Set the parameters to take the image from the dataset: 4) In Visual Studio set the Size property (of … Continue reading Align image logo to the right