diff --git a/Interfaces/IReportUI.cs b/Interfaces/IReportUI.cs index cfa3f12..51c08d5 100644 --- a/Interfaces/IReportUI.cs +++ b/Interfaces/IReportUI.cs @@ -17,4 +17,12 @@ public interface IReportUI /// The reportable Entity that is being reported. /// IReportable ReportableEntity { get; set; } + + /// + /// Constructs a list of parameters to be passed to the component. + /// + /// The entity to be reported. + /// The render mode boundary. + /// A dictionary of parameters. For + Dictionary ConstructParameterList(IReportable reportableEntity, object RenderModeBoundary); } \ No newline at end of file