MindFusion.Reporting for Silverlight Programmer's Guide
DataRange.Repeat Property
See Also
 





Gets or sets the number of occurrences of this data range. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public int Repeat { get; set; }

Visual Basic  Copy Code

Public Property Repeat As Integer

 Property Value

An integer value.

 Remarks

This 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

DataRange Members
DataRange Class
MindFusion.Reporting.Silverlight Namespace