Hello I want to use the asp:chart sample in VB but i can't get me.picturebox.ItemDataBinding in my application
it is not available
it is not available
in designer.vb my code is
Me.PictureBox1 = New Telerik.Reporting.PictureBox
Me.PictureBox1 = New Telerik.Reporting.PictureBox
'PictureBox1
Me.PictureBox1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm), New
Telerik.Reporting.Drawing.Unit(42.799999237060547, Telerik.Reporting.Drawing.UnitType.Cm))
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(13.500100135803223, Telerik.Reporting.Drawing.UnitType.Cm), New
Telerik.Reporting.Drawing.Unit(10.000002861022949, Telerik.Reporting.Drawing.UnitType.Cm))
Me.PictureBox1. ??????
Private
PictureBox1 As Telerik.Reporting.PictureBox
at the ??? there is no Itemdatabinding available
I use picturebox 4.0.10.423
The sample you provided works without any problem. But above code us used in a separate class and causes problems
Please help,
Mart