A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Transactional Replication is not the most convenient DR solution, since there are so many moving parts. And limitations like lack of support for tables without primary keys also makes it problematic.
If it is only a matter of disaster recovery, log shipping fits the bill. And, well, the standby server is accessible for read-only operations, but every time a new transaction log is applied, users are kicked out. Which can be a bit inconvenient.
Then there are of course availability groups where you can have a readable secondary. But this requires a cluster. And it requires Enterprise Edition. Although, on later versions, starting with SQL 2017, you can have clusterless AGs. They are intended for scaling reporting workloads, but they can also serve for disaster recovery. But you still need Enterprise Edition.