Embed detail view of a report in a page layout?
I have a form that allows one entry per user, and a report that only shows the current user's report, so there will only be at most one record. I'd like to display the detail view because it shows the related records. Is there a way to force the report to display in detail view instead of the "quick" view? Any solution would need to support development environments.
Alternatively, is there a way to do a master-detail layout? I've seen
this question, but I haven't been able to get that to work using an "embed" panel, possibly because I've got <report link name> wrong, or possibly because I am using environments, and that solution doesn't account for that.