You need to sign in to do that
Don't have an account?

Get Report Data via APEX
Is it possible to get report data via apex? So essentially you are requesting the report to run and retrieving the report data in a List of sobjects or something similar?
Reports are just querying the db, afaik, it's not "storing" any data.
You can query the db to get the same data that is being queried in report XYZ, but there's not a "report" object.