Gets or sets the number of occurrences of this data range. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public int Repeat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Repeat As Integer |
An integer value.
RemarksThis value is only valid for disconnected data ranges, that is, data ranges with no data source specified. The number of occurrences of data-bound data ranges depends on the data they are bound to.
This property is useful if you want to print out a fixed number of static content, such as visiting cards or invitations.
See Also