GetReportList(String) Method
In This Topic
Gets a list of reports available in an XML report definition file.
Syntax
'Declaration
Public Overloads Shared Function GetReportList( _
ByVal As String _
) As String()
public static string[] GetReportList(
string
)
Parameters
- fileName
- Contains the full name of the XML report definition file.
Return Value
A string array containing the names of all reports in the XML file.
See Also