I have downloaded the trial version of reporting
I create a report as given under heading Creating a Report Programmatically in reporting documentation. There is error comes in
detail.Size = new Telerik.Reporting.Drawing.SizeU(
new Telerik.Reporting.Drawing.Unit(6, Telerik.Reporting.Drawing.UnitType.Inch),
new Telerik.Reporting.Drawing.Unit(.3, Telerik.Reporting.Drawing.UnitType.Inch));
these lines. Size property is not showing on Detailsection properties.
Abhisek Shukla
I create a report as given under heading Creating a Report Programmatically in reporting documentation. There is error comes in
detail.Size = new Telerik.Reporting.Drawing.SizeU(
new Telerik.Reporting.Drawing.Unit(6, Telerik.Reporting.Drawing.UnitType.Inch),
new Telerik.Reporting.Drawing.Unit(.3, Telerik.Reporting.Drawing.UnitType.Inch));
these lines. Size property is not showing on Detailsection properties.
Abhisek Shukla