How to navigate to report from Lightning Web Component(LWC) in Salesforce?
NavigationMixin.Navigate with type as 'standard__recordPage' can be used to navigate to report from Lightning Web Component(LWC) in Salesforce. Sample Code: HTML: <template> <lightning-card> <lightning-button label="View Report" ....