Load(String,String) Method
Loads a report from an XML report definition file.
public void Load(
System.string ,
System.string
)
'Declaration
Public Overloads Sub Load( _
ByVal As System.String, _
ByVal As System.String _
)
Parameters
- fileName
- Full name of the XML report definition file.
- reportName
- Name of the report to retrieve from the file (case-insensitive).