[]
For internal use. Report object model utility methods.
public static class RomUtils
| Name | Description |
|---|---|
| FindReportItemRecursively(IEnumerable, string) | Recursively searches through all components to the deepest level looking for the specified report item. |
| GetAllLocalizedValues<T>(ReportItem, string, FromStringConverter<T>) | Gets all property localized values from resources. |
| GetLocalizedValue<T>(Report, string, T, FromStringConverter<T>) | Gets localized property value from resources. |
| GetLocalizedValue<T>(ReportItem, string, T, FromStringConverter<T>) | Gets localized property value from resources. |
| GetPropertyValue(LocalizationResource, ReportItem, string) | Gets localized property value from resources. |
| GetReportFromComponent(IReportComponent) | Returns the Report from the specified component. |
| GetReportSectionFromComponent(IReportComponent) | |
| GetTargetDevice(ReportItem) | |
| IsContentPlaceHolder(ReportItem) | |
| SetLocalizedValue(Report, string, object) | Sets localized property value to resources. |
| SetLocalizedValue(ReportItem, string, object) | Sets localized property value to resources. |