Returns the name of the custom report name associated with the index value.
Visual Basic |
---|
Public Function GetCustomReportName( _ ByVal index As Long _ ) As String |
- index
- Long value representing the specific custom report in a collection of custom reports.
String value representing the name of the custom report.
This only returns the file name for the custom report, not the full directory pathway to the file.
Index value for the first report starts at 0.
If you have 5 custom reports for the current measurement routine, a value of 0 would return the first report's name, a value of 6 would return the fifth report's name.
See the LoadCustomReport method for an example of this.