This is a migrated thread and some comments may be shown as answers.

facing problem in Telerik Reporting 1.0 trial version

1 Answer 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Abhisek Shukla
Top achievements
Rank 1
Abhisek Shukla asked on 19 Sep 2007, 08:31 AM
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

1 Answer, 1 is accepted

Sort by
0
Chavdar
Telerik team
answered on 19 Sep 2007, 05:16 PM
Hi Abhisek,

Since the release of Telerik Reporting v1.0 SP1 the Size property of the report sections is removed. Instead use the Height property to set the height of a section and the Width property of the report instance to set the common width for all sections.

I would also recommend downloading the new version (Telerik Reporting Q2 2007) which should be available in your account.
 

Greetings,
Chavdar
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Abhisek Shukla
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Share this question
or