ReportItem.RepeatWith 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此报表项应使用其进行重复的数据区域的名称(如果该数据区域跨多页)。
public:
property System::String ^ RepeatWith { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string RepeatWith { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.RepeatWith : string with get, set
Public Property RepeatWith As String
属性值
数据区域的名称。
- 属性