The C# ReportingCloud.Engine.Row is a class that represents a single row in a report generated by the ReportingCloud engine. It can be used to define the content and styling of a row in a table or grid layout within the report. This class provides properties and methods to manipulate the data and appearance of the row, allowing developers to dynamically generate and customize reports based on their specific requirements.
C# (CSharp) ReportingCloud.Engine Row - 38 examples found. These are the top rated real world C# (CSharp) examples of ReportingCloud.Engine.Row extracted from open source projects. You can rate examples to help us improve the quality of examples.