Gets or sets the number of occurrences of this data range.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public int Repeat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Repeat As Integer |
A positive integer value specifying the number of occurrences.
RemarksThis 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