'Declaration Public Overloads Sub Load( _ ByVal stream As Stream, _ ByVal reportName As String _ )
public void Load( Stream stream, string reportName )
Parameters
- stream
- Stream containing XML report definition.
- reportName
- Name of the report to retrieve from the file (case-insensitive).