IReportWithAdditionalData interface

namespace: Serenity.Reporting   assemblySerenity.Net.Services

The interface for reports that return some type of additional data. For example, the system settings. This can be considered as additional datasets.

public interface IReportWithAdditionalData

Members

name description
GetAdditionalData() Should returns the additional data the report have as a dictionary of dataset key / dataset content, if any.

See Also