Skip to content

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() Returns the additional data the report has as a dictionary of dataset key / dataset content, if any.

See Also