Table of Contents

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

fileNameWithoutExtension string

The logical file name without extension.

Returns

Stream

The stream containing the file content.