Application.CreateReportControl 方法 (Access)
CreateReportControl 方法创建指定的打开报表上的控件。 有关详细信息,请参阅 CreateControl 方法。
语法
表达式。CreateReportControl (ReportName、 ControlType、 Section、 Parent、 ColumnName、 Left、 Top、 Width、 Height)
expression:表示 Application 对象的变量。
参数
名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
ReportName | 必需 | String | 要在其中创建控件的已打开报表的名称。 |
ControlType | 必需 | AcControlType | 一个 AcControlType 常量,表示要创建的控件的类型。 |
Section | 可选 | AcSection | 一个 AcSection 常量,用于标识将包含新控件的节。 |
Parent | 可选 | Variant | 一个字符串表达式,标识附加控件的父控件的名称。 对于没有父控件的控件,请对此参数使用零长度字符串或省略它。 |
ColumnName | 可选 | Variant | 如果控件是数据绑定控件,则控件将绑定到的字段的名称。 |
Left、Top | 可选 | Variant | 控件左上角的坐标( 以 twips 为单位)。 |
Width, Height | 可选 | Variant | 控件的宽度和高度(以缇为单位)。 |
返回值
控制
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。