you need to list your requirements. with web application the report engine typically run on a server and is called by server code. some will have a seperate web ui (which with blazor would be hosted in an iframe), some have callable api.
report delivery is also a decision. will the report server print to a printer on the servers network, or will it be a download to the client (typically a pdf).