[]
Provides extension methods for the IReport interface.
public static class IReportExtensions
| Name | Description |
|---|---|
| HasDelayedContent(IReport) | Checks if the report has items with delayed expressions. |
| HasDelayedPageName(IReport) | Checks if the report has items with delayed expressions in their page name settings. |
| HasDelayedStyle(IReport) | Checks if the report has items with delayed expressions in their styles. |
| HasDelayedValue(IReport) | Checks if the report has items which Value has the delayed expression. |
| HasDelayedVisibility(IReport) | Checks if the report has items with delayed expressions in their visibility settings. |
| HasNumberingStyle(IReport) | Checks if the report has items which Value has numbering style. |
| SetCustomEvaluationBanner(IReport, EvaluationBannerSettings) | Sets a custom evaluation banner for the specified report. |