Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Subreport Class / RepeatWith Property

In This Topic
    RepeatWith Property (Subreport)
    In This Topic
    Gets or sets the name of a data region that this report item should be repeated with if that data region spans multiple pages. The data region must be in the same ReportItems collection as this ReportItem (Since data regions are not allowed in page headers/footers, this means RepeatWith will be unusable in page headers/footers). Not allowed if this report item is a data region, subreport or rectangle that contains a data region or subreport.
    Syntax
    'Declaration
     
    Public Property RepeatWith As String
    public string RepeatWith {get; set;}
    See Also