Yes, for reports the dpi aware manager does not do anything more, but no, you will have to follow the instructions on GitHub to also make all your forms work dpi aware, that plays a role when Windows is configured to scale fonts and when you therefore need to resize VFP controls and adapt font sizes, etc. and even more so, if you use ActiveX controls that don't adapt on their own.
What's done with the SetProcessDPIAware call is telling Windows to not interfere with font and image sizes, which in case of reports being rendered in gdi bitmaps obviously makes a large difference. The automatic intervention of Windows obviously does the opposite of what it should in the way VFP addresses GDI+, at least, as it renders text even larger than just the Windows scaling factor does.
It's just oppinion, but I already seaid not long ago, Windows intervention may be okay in many cases, we only ever hear about the cases it doesn't work well, but all in all telling Windows your application cares for how large things are rendered itself is taking away unwanted changes, but also puts you into the responsibility to use larger fonts to not look unreadably small on big high densitiy displays.
I think VFPs report render engine always was and is okay, as printer DPIs differ from display DPIs and were already higher than the old 96dpi even in the 90s. So especially reports seem just to be victim of Windows interventions in applications that don't tell they are dpi aware.
We had lengthier discussions already in the forum, if you jsut search for dpi awareness, you'll find that.