vb datarport中无法绑定数据源解决思路

vb datarport中无法绑定数据源我在vb中试图将recordset数据绑定到label上可是我写成.Sections(3).Controls

vb datarport中无法绑定数据源
我在vb中试图将recordset数据绑定到   label上

可是我写成.Sections(3).Controls( "Label1 ").DataField   =   "rppriceid "
报错为对象不支持该属性和方法??奇怪了,有人帮回答一下,感激感激!!

[解决办法]
.Sections(3).Controls( "Label1 ").caption= "rppriceid "