ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / SampleReportDescriptor Structure / SampleReportDescriptor Constructor
The path of the report.
The name of the report.
The description of the report.
The id of the report.
The path to the preview image.

In This Topic
SampleReportDescriptor Constructor
In This Topic
Initializes a new instance of the SampleReportDescriptor struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String, _
   ByVal name As String, _
   ByVal description As String, _
   ByVal id As String, _
   ByVal thumbnailPath As String _
)
 

Parameters

path
The path of the report.
name
The name of the report.
description
The description of the report.
id
The id of the report.
thumbnailPath
The path to the preview image.
See Also