以编程方式在水晶报表中移动Line对象时出错

时间:2013-08-17 12:09:40

标签: vb.net crystal-reports visual-studio-2005

strNAme = ds.Tables("report").Rows(i).Item("LabelName")
Dim Line As LineObject = DirectCast(rpt.ReportDefinition.ReportObjects(strNAme), LineObject)

Line.Left = ds.Tables("report").Rows(i).Item("Align_Left")' ERROR IS HERE
Line.Top = ds.Tables("report").Rows(i).Item("Align_Top")

Line.Right = ds.Tables("report").Rows(i).Item("Align_Right")
Line.Bottom = ds.Tables("report").Rows(i).Item("Align_Bottom")    

我在Line.Left上遇到错误:

  

发现了System.Runtime.InteropServices.COMException

     

错误代码 = - 2147213284

     

Message =“线对象的坐标无效。只有垂直或   支持水平线。“

0 个答案:

没有答案