MindFusion WinForms Programmer's Guide
DataRange.Repeat Property
See Also
 





Gets or sets the number of occurrences of this data range.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public int Repeat { get; set; }

Visual Basic  Copy Code

Public Property Repeat As Integer

 Property Value

A positive integer value specifying the number of occurrences.

 Remarks

This property is only valid for disconnected data ranges. It specifies the number of instances of this data range in the final layout of the containing report.

 Note

The number of instances of data-bound data ranges depends on the data the data range is bound to.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace