ActiveReports 6 Online Help
SequenceDataProvider Constructor

Initializes a new instance of the SequenceDataProvider class.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Double, _
   ByVal end As Double, _
   ByVal step As Double _
)
public SequenceDataProvider( 
   double start,
   double end,
   double step
)

Parameters

start
end
step
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SequenceDataProvider Class
SequenceDataProvider Members

Send Feedback