ReportColumn class
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Information about a report column
public class ReportColumn
Public Members
| name | description |
|---|---|
| ReportColumn() | The default constructor. |
| DataType { get; set; } | The data type of values for the column. |
| Decorator { get; set; } | Decorator to use for the column |
| Format { get; set; } | The format string to use |
| Name { get; set; } | The property name or field name of the column |
| Title { get; set; } | Title for the column. |
| Width { get; set; } | Preferred with of the column. |
| WrapText { get; set; } | Should text be wrapped |
See Also
- Source: ReportColumn.cs