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

Problem to generate pdf report programmatically

6 Answers 334 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
demimmo
Top achievements
Rank 1
demimmo asked on 02 Oct 2007, 11:39 PM

 Hi Telerik support,

I have a problem to export a report to pdf programmatically,
I used snippet code found in the reporting knoledge base article,
but when I choose to open pdf file generated on the client, I get following error:

"Found an unexpected Operator in the display list"

With acrobat reader 7, after this error message , I can see report content ... with acrobat reader 8 I can't see report content

Can you help me (I bought license by few days... and I have to go in production with reporting features)?

Thanks
Marco

6 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 03 Oct 2007, 12:07 PM
Hi demimmo,

Can you send us the actual report that you are trying to export? We need to examine it in order to track down what causes the problem.

Regards,
Ross
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
oasys
Top achievements
Rank 1
answered on 03 Oct 2007, 03:09 PM

I'm using report lib version 1.1, follow report designer code:

Imports System.ComponentModel

 

Imports System.Drawing

 

Imports Telerik.Reporting

 

Imports Telerik.Reporting.Drawing

 

Partial Class rptDLLabels

'NOTE: The following procedure is required by the telerik Reporting Designer

 

'It can be modified using the telerik Reporting Designer.

 

'Do not modify it using the code editor.

 

Private Sub InitializeComponent()

Me.PageHeaderSection1 = New Telerik.Reporting.PageHeaderSection

Me.DetailSection1 = New Telerik.Reporting.DetailSection

Me.TextBox3 = New Telerik.Reporting.TextBox

Me.TextBox4 = New Telerik.Reporting.TextBox

Me.TextBox5 = New Telerik.Reporting.TextBox

Me.TextBox6 = New Telerik.Reporting.TextBox

Me.TextBox7 = New Telerik.Reporting.TextBox

Me.TextBox8 = New Telerik.Reporting.TextBox

Me.TextBox1 = New Telerik.Reporting.TextBox

Me.TextBox2 = New Telerik.Reporting.TextBox

Me.PageFooterSection1 = New Telerik.Reporting.PageFooterSection

Me.DataSetReport = New DataSetReport

Me.TextBox9 = New Telerik.Reporting.TextBox

CType(Me.DataSetReport, System.ComponentModel.ISupportInitialize).BeginInit()

CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()

'

 

'PageHeaderSection1

 

'

 

Me.PageHeaderSection1.Height = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)

Me.PageHeaderSection1.Name = "PageHeaderSection1"

 

'

 

'DetailSection1

 

'

 

Me.DetailSection1.ColumnCount = 2

Me.DetailSection1.Height = New Telerik.Reporting.Drawing.Unit(3.5999999046325684, Telerik.Reporting.Drawing.UnitType.Cm)

Me.DetailSection1.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.TextBox3, Me.TextBox4, Me.TextBox5, Me.TextBox6, Me.TextBox7, Me.TextBox8, Me.TextBox1, Me.TextBox2, Me.TextBox9})

Me.DetailSection1.Name = "DetailSection1"

 

'

 

'TextBox3

 

'

 

Me.TextBox3.CanShrink = True

 

Me.TextBox3.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(11, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox3.Name = "TextBox3"

 

Me.TextBox3.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox3.Value = "=CompanyName"

 

'

 

'TextBox4

 

'

 

Me.TextBox4.CanShrink = True

 

Me.TextBox4.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(16, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox4.Name = "TextBox4"

 

Me.TextBox4.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox4.Value = "=Department"

 

'

 

'TextBox5

 

'

 

Me.TextBox5.CanShrink = True

 

Me.TextBox5.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(26, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox5.Name = "TextBox5"

 

Me.TextBox5.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.58333331346511841, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox5.Value = "=ZipCode"

 

'

 

'TextBox6

 

'

 

Me.TextBox6.CanShrink = True

 

Me.TextBox6.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.885420024394989, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(26, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox6.Name = "TextBox6"

 

Me.TextBox6.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.8333333730697632, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox6.Value = "=City"

 

'

 

'TextBox7

 

'

 

Me.TextBox7.CanShrink = True

 

Me.TextBox7.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.71875, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(26, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox7.Name = "TextBox7"

 

Me.TextBox7.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox7.Value = "=Prov"

 

'

 

'TextBox8

 

'

 

Me.TextBox8.CanShrink = True

 

Me.TextBox8.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(31, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox8.Name = "TextBox8"

 

Me.TextBox8.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox8.Value = "=Country"

 

'

 

'TextBox1

 

'

 

Me.TextBox1.CanShrink = True

 

Me.TextBox1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox1.Name = "TextBox1"

 

Me.TextBox1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583332538604736, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox1.Style.Font.Style = System.Drawing.FontStyle.Bold

Me.TextBox1.Value = "=PrintName"

 

'

 

'TextBox2

 

'

 

Me.TextBox2.CanShrink = True

 

Me.TextBox2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.29166999459266663, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(21, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox2.Name = "TextBox2"

 

Me.TextBox2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox2.Value = "=Address"

 

'

 

'PageFooterSection1

 

'

 

Me.PageFooterSection1.Height = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)

Me.PageFooterSection1.Name = "PageFooterSection1"

 

'

 

'DataSetReport

 

'

 

Me.DataSetReport.DataSetName = "DataSetReport"

 

Me.DataSetReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema

'

 

'TextBox9

 

'

 

Me.TextBox9.CanShrink = True

 

Me.TextBox9.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.76719999313354492, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(6, Telerik.Reporting.Drawing.UnitType.Mm))

Me.TextBox9.Name = "TextBox9"

 

Me.TextBox9.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(8.756617546081543, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))

Me.TextBox9.Value = "=Position"

 

'

 

'rptDLLabels

 

'

 

Me.DataMember = "indDLLabels2_DataTable"

 

Me.DataSource = Me.DataSetReport

Me.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.PageHeaderSection1, Me.DetailSection1, Me.PageFooterSection1})

Me.PageSettings.Landscape = False

 

Me.PageSettings.Margins.Bottom = New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm)

Me.PageSettings.Margins.Left = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm)

Me.PageSettings.Margins.Right = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm)

Me.PageSettings.Margins.Top = New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm)

Me.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4

Me.Style.BackgroundColor = System.Drawing.Color.White

Me.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm

Me.Width = New Telerik.Reporting.Drawing.Unit(10.5, Telerik.Reporting.Drawing.UnitType.Cm)

CType(Me.DataSetReport, System.ComponentModel.ISupportInitialize).EndInit()

CType(Me, System.ComponentModel.ISupportInitialize).EndInit()

End Sub

 

Friend WithEvents PageHeaderSection1 As PageHeaderSection

Friend WithEvents DetailSection1 As DetailSection

Friend WithEvents PageFooterSection1 As PageFooterSection

Friend WithEvents DataSetReport As DataSetReport

Friend WithEvents TextBox3 As Telerik.Reporting.TextBox

Friend WithEvents TextBox4 As Telerik.Reporting.TextBox

Friend WithEvents TextBox5 As Telerik.Reporting.TextBox

Friend WithEvents TextBox6 As Telerik.Reporting.TextBox

Friend WithEvents TextBox7 As Telerik.Reporting.TextBox

Friend WithEvents TextBox8 As Telerik.Reporting.TextBox

Friend WithEvents TextBox1 As Telerik.Reporting.TextBox

Friend WithEvents TextBox2 As Telerik.Reporting.TextBox

Friend WithEvents TextBox9 As Telerik.Reporting.TextBox

 

End Class

Imports System.ComponentModel  
Imports System.Drawing  
Imports Telerik.Reporting  
Imports Telerik.Reporting.Drawing  
 
Partial Class rptDLLabels  
      
    'NOTE: The following procedure is required by the telerik Reporting Designer  
    'It can be modified using the telerik Reporting Designer.    
    'Do not modify it using the code editor.  
    Private Sub InitializeComponent()  
    Me.PageHeaderSection1 = New Telerik.Reporting.PageHeaderSection  
    Me.DetailSection1 = New Telerik.Reporting.DetailSection  
    Me.TextBox3 = New Telerik.Reporting.TextBox  
    Me.TextBox4 = New Telerik.Reporting.TextBox  
    Me.TextBox5 = New Telerik.Reporting.TextBox  
    Me.TextBox6 = New Telerik.Reporting.TextBox  
    Me.TextBox7 = New Telerik.Reporting.TextBox  
    Me.TextBox8 = New Telerik.Reporting.TextBox  
    Me.TextBox1 = New Telerik.Reporting.TextBox  
    Me.TextBox2 = New Telerik.Reporting.TextBox  
    Me.PageFooterSection1 = New Telerik.Reporting.PageFooterSection  
    Me.DataSetReport = New DataSetReport  
    Me.TextBox9 = New Telerik.Reporting.TextBox  
    CType(Me.DataSetReport, System.ComponentModel.ISupportInitialize).BeginInit()  
    CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()  
    '  
    'PageHeaderSection1  
    '  
    Me.PageHeaderSection1.Height = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)  
    Me.PageHeaderSection1.Name = "PageHeaderSection1" 
    '  
    'DetailSection1  
    '  
    Me.DetailSection1.ColumnCount = 2 
    Me.DetailSection1.Height = New Telerik.Reporting.Drawing.Unit(3.5999999046325684, Telerik.Reporting.Drawing.UnitType.Cm)  
    Me.DetailSection1.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.TextBox3, Me.TextBox4, Me.TextBox5, Me.TextBox6, Me.TextBox7, Me.TextBox8, Me.TextBox1, Me.TextBox2, Me.TextBox9})  
    Me.DetailSection1.Name = "DetailSection1" 
    '  
    'TextBox3  
    '  
    Me.TextBox3.CanShrink = True 
    Me.TextBox3.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(11, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox3.Name = "TextBox3" 
    Me.TextBox3.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox3.Value = "=CompanyName" 
    '  
    'TextBox4  
    '  
    Me.TextBox4.CanShrink = True 
    Me.TextBox4.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(16, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox4.Name = "TextBox4" 
    Me.TextBox4.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox4.Value = "=Department" 
    '  
    'TextBox5  
    '  
    Me.TextBox5.CanShrink = True 
    Me.TextBox5.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(26, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox5.Name = "TextBox5" 
    Me.TextBox5.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.58333331346511841, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox5.Value = "=ZipCode" 
    '  
    'TextBox6  
    '  
    Me.TextBox6.CanShrink = True 
    Me.TextBox6.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.885420024394989, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(26, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox6.Name = "TextBox6" 
    Me.TextBox6.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.8333333730697632, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox6.Value = "=City" 
    '  
    'TextBox7  
    '  
    Me.TextBox7.CanShrink = True 
    Me.TextBox7.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.71875, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(26, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox7.Name = "TextBox7" 
    Me.TextBox7.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox7.Value = "=Prov" 
    '  
    'TextBox8  
    '  
    Me.TextBox8.CanShrink = True 
    Me.TextBox8.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(31, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox8.Name = "TextBox8" 
    Me.TextBox8.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox8.Value = "=Country" 
    '  
    'TextBox1  
    '  
    Me.TextBox1.CanShrink = True 
    Me.TextBox1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.30208000540733337, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox1.Name = "TextBox1" 
    Me.TextBox1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583332538604736, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox1.Style.Font.Style = System.Drawing.FontStyle.Bold  
    Me.TextBox1.Value = "=PrintName" 
    '  
    'TextBox2  
    '  
    Me.TextBox2.CanShrink = True 
    Me.TextBox2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.29166999459266663, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(21, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox2.Name = "TextBox2" 
    Me.TextBox2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(3.4583365917205811, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox2.Value = "=Address" 
    '  
    'PageFooterSection1  
    '  
    Me.PageFooterSection1.Height = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)  
    Me.PageFooterSection1.Name = "PageFooterSection1" 
    '  
    'DataSetReport  
    '  
    Me.DataSetReport.DataSetName = "DataSetReport" 
    Me.DataSetReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema  
    '  
    'TextBox9  
    '  
    Me.TextBox9.CanShrink = True 
    Me.TextBox9.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.76719999313354492, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(6, Telerik.Reporting.Drawing.UnitType.Mm))  
    Me.TextBox9.Name = "TextBox9" 
    Me.TextBox9.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(8.756617546081543, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))  
    Me.TextBox9.Value = "=Position" 
    '  
    'rptDLLabels  
    '  
    Me.DataMember = "indDLLabels2_DataTable" 
    MeMe.DataSource = Me.DataSetReport  
    Me.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.PageHeaderSection1, Me.DetailSection1, Me.PageFooterSection1})  
    Me.PageSettings.Landscape = False 
    Me.PageSettings.Margins.Bottom = New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm)  
    Me.PageSettings.Margins.Left = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm)  
    Me.PageSettings.Margins.Right = New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm)  
    Me.PageSettings.Margins.Top = New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm)  
    Me.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4  
    Me.Style.BackgroundColor = System.Drawing.Color.White  
    Me.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm  
    Me.Width = New Telerik.Reporting.Drawing.Unit(10.5, Telerik.Reporting.Drawing.UnitType.Cm)  
    CType(Me.DataSetReport, System.ComponentModel.ISupportInitialize).EndInit()  
    CType(Me, System.ComponentModel.ISupportInitialize).EndInit()  
 
  End Sub  
    Friend WithEvents PageHeaderSection1 As PageHeaderSection  
    Friend WithEvents DetailSection1 As DetailSection  
    Friend WithEvents PageFooterSection1 As PageFooterSection  
    Friend WithEvents DataSetReport As DataSetReport  
    Friend WithEvents TextBox3 As Telerik.Reporting.TextBox  
    Friend WithEvents TextBox4 As Telerik.Reporting.TextBox  
    Friend WithEvents TextBox5 As Telerik.Reporting.TextBox  
    Friend WithEvents TextBox6 As Telerik.Reporting.TextBox  
    Friend WithEvents TextBox7 As Telerik.Reporting.TextBox  
    Friend WithEvents TextBox8 As Telerik.Reporting.TextBox  
    Friend WithEvents TextBox1 As Telerik.Reporting.TextBox  
  Friend WithEvents TextBox2 As Telerik.Reporting.TextBox  
  Friend WithEvents TextBox9 As Telerik.Reporting.TextBox  
End Class 
0
demimmo
Top achievements
Rank 1
answered on 03 Oct 2007, 03:40 PM
Previous forum post was mine, I was logged with licensed user...
Thanks

Regards
Marco
0
Rossen Hristov
Telerik team
answered on 03 Oct 2007, 03:52 PM
Hi oasys,

This is a known issue and has been fixed for Telerik Reporting Q2 SP1, which will be released in about a week.

The problem is caused by the zero-height PageFooterSection. There is a very simple solution to this -- delete the page footer if you do not need it. Select it and hit delete. In general, either delete unwanted sections or set their Visible property to false. Do not set the height to zero.

Regards,
Ross
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
demimmo
Top achievements
Rank 1
answered on 03 Oct 2007, 08:31 PM
Thanks, now it's clear

Best regards
Marco
0
Rossen Hristov
Telerik team
answered on 04 Oct 2007, 07:27 AM
Hello demimmo,

Make sure to get Service Pack 1 for Q2 2007. We are planning to release it around Oct. 10.

Greetings,
Ross
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
demimmo
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
oasys
Top achievements
Rank 1
demimmo
Top achievements
Rank 1
Share this question
or