Stores details about a generic report column
Inheritance Hierarchy
RainWorx.FrameWorx.MVC.ModelsReportColumn
Namespace: RainWorx.FrameWorx.MVC.Models
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class ReportColumn
The ReportColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReportColumn(String, String) |
Creates a new ReportColumn object with no input keys
|
![]() | ReportColumn(String, String, String, String) |
Creates a new ReportColumn object with the first input key defined
|
![]() | ReportColumn(String, String, String, String, String) |
Creates a new ReportColumn object with both input keys defined
|
![]() | ReportColumn(String, String, String, String, String, Boolean, Int32) |
Creates a new ReportColumn object with both input keys defined
|
Properties
Name | Description | |
---|---|---|
![]() | ColSpan |
number of columns to spread this value over (default: 1)
|
![]() | ColumnName |
the name of the column, required
|
![]() | DisplayName |
the name of the column, required
|
![]() | InputKey1 |
the first filter key, optional
|
![]() | InputKey2 |
the second filter key, optional
|
![]() | InputType |
the second filter key, optional
|
![]() | IsSortable |
true to indicate the report can be sorted by the column (default: true)
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also