ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / DefaultSampleReportsProvider Class / DefaultSampleReportsProvider Constructor
The root directory containing report files.

DefaultSampleReportsProvider Constructor
Initializes a new instance of the DefaultSampleReportsProvider class.
Syntax
'Declaration
 
Public Function New( _
   ByVal reportsRootDirectory As String _
)
 

Parameters

reportsRootDirectory
The root directory containing report files.
Exceptions
ExceptionDescription
Thrown when the reportsRootDirectory is null or white space.
See Also