I'm finally tasked with removing all the references to Telerik.ReportViewer.WebForms.ReportViewer.ProgressText, in our markup, that you flagged as obsolete, so long ago.
My problem is that I've not figured out how to use the suggested replacement, Resources.ProcessingReportMessage, from markup. If I set myReportViewer.Resources.ProcessingReportMessage = "My message" in the code-behind, it works fine. But we'd been setting ProgressText in markup, and I'd really prefer to set ProcessingReportMessage in markup, as well. I've just not been able to make it work.
And I've not been able to find an example in the online documentation or the forums.
Any ideas?
My problem is that I've not figured out how to use the suggested replacement, Resources.ProcessingReportMessage, from markup. If I set myReportViewer.Resources.ProcessingReportMessage = "My message" in the code-behind, it works fine. But we'd been setting ProgressText in markup, and I'd really prefer to set ProcessingReportMessage in markup, as well. I've just not been able to make it work.
And I've not been able to find an example in the online documentation or the forums.
Any ideas?