Units.Centimeters
Im try to create a fast report at runtime.
Any ideas what .Net namespace contains the Units.Centimeters , as below:
ReportPage page = report.Pages[0] as ReportPage;
// create title band
page.ReportTitle = new ReportTitleBand();
page.ReportTitle.Height = Units.Centimeters * 1;
page.ReportTitle.CreateUniqueName();
Any ideas what .Net namespace contains the Units.Centimeters , as below:
ReportPage page = report.Pages[0] as ReportPage;
// create title band
page.ReportTitle = new ReportTitleBand();
page.ReportTitle.Height = Units.Centimeters * 1;
page.ReportTitle.CreateUniqueName();
Comments
using FastReport.Utils;