ReportItem.RepeatWith 属性

定义

获取此报表项应使用其进行重复的数据区域的名称(如果该数据区域跨多页)。

public:
 property System::String ^ RepeatWith { System::String ^ get(); };
public string RepeatWith { get; }
member this.RepeatWith : string
Public ReadOnly Property RepeatWith As String

属性值

一个string值,该值表示此报表项应使用其进行重复的数据区域的名称(如果该数据区域跨多页)。

适用于