ActiveReports Developer 7
SetRange Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutResult Structure : SetRange Method

range
The content range of the layout result.

Glossary Item Box

Returns a new result with the specified range.

Syntax

Visual Basic (Declaration) 
Public Function SetRange( _
   ByVal range As ContentRange _
) As LayoutResult
C# 
public LayoutResult SetRange( 
   ContentRange range
)

Parameters

range
The content range of the layout result.

See Also