Пропущена директива using или ссылка на сборку?
Error 524 'ServiceClient.Reporting.ReportHandler' does not contain a definition for 'get_Report' and no extension method 'get_Report' accepting a first argument of type 'ServiceClient.Reporting.ReportHandler' could be found (are you missing a using directive or an assembly reference?)
Что я уже пробовал:
protected override void PerformAction() { this.reportName = (string.IsNullOrEmpty(this.reportName) ? this.ReportHandler.get_Report().get_Settings().get_ReportName() : Security.SanitizeInput(this.reportName)); try