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; } | Gets or sets the data type of values for the column. |
| Decorator { get; set; } | Gets or sets the decorator to use for the column. |
| Format { get; set; } | Gets or sets the format string to use. |
| Name { get; set; } | Gets or sets the property name or field name of the column. |
| Title { get; set; } | Gets or sets the title for the column. |
| Width { get; set; } | Gets or sets the preferred width of the column. |
| WrapText { get; set; } | Gets or sets a value indicating whether the text should be wrapped. |
See Also
- Source: ReportColumn.cs