'Declaration Public Function New( _ ByVal path As String, _ ByVal name As String, _ ByVal description As String, _ ByVal id As String, _ ByVal thumbnailPath As String _ )
public SampleReportDescriptor( string path, string name, string description, string id, string thumbnailPath )
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.