NEW: ConstructParameterList
This commit is contained in:
@@ -49,7 +49,14 @@
|
||||
{
|
||||
_showReportModal = false;
|
||||
}
|
||||
|
||||
public Dictionary<string, object> ConstructParameterList(IReportable reportableEntity, object RenderModeBoundary) {
|
||||
Dictionary<string, object> _parameters = new Dictionary<string, object>();
|
||||
|
||||
_parameters["ReportableEntity"] = _blackBoard;
|
||||
_parameters["RenderModeBoundary"] = RenderModeBoundary;
|
||||
|
||||
return _parameters;
|
||||
}
|
||||
private async Task ReportEntry()
|
||||
{
|
||||
// Basic null checks to avoid runtime NREs
|
||||
|
||||
Reference in New Issue
Block a user