Interface IReportFileLoader
- Namespace
- GroupeIsa.Neos.Application.Reports
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Represents a report file loader.
public interface IReportFileLoader
Methods
Load(string)
Loads a report file stream.
Stream? Load(string fileNameWithoutExtension)
Parameters
fileNameWithoutExtensionstringThe logical file name without extension.
Returns
- Stream
The stream containing the file content.