You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Models Namespaces > RainWorx.FrameWorx.MVC.Models > ReportColumn Class

ReportColumn Class

AuctionWorx 3.5 API
Stores details about a generic report column
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodReportColumn(String, String)
Creates a new ReportColumn object with no input keys
Public methodReportColumn(String, String, String, String)
Creates a new ReportColumn object with the first input key defined
Public methodReportColumn(String, String, String, String, String)
Creates a new ReportColumn object with both input keys defined
Public methodReportColumn(String, String, String, String, String, Boolean, Int32)
Creates a new ReportColumn object with both input keys defined
Top
Properties

NameDescription
Public propertyColSpan
number of columns to spread this value over (default: 1)
Public propertyColumnName
the name of the column, required
Public propertyDisplayName
the name of the column, required
Public propertyInputKey1
the first filter key, optional
Public propertyInputKey2
the second filter key, optional
Public propertyInputType
the second filter key, optional
Public propertyIsSortable
true to indicate the report can be sorted by the column (default: true)
Top
Extension Methods

NameDescription
Public Extension MethodToMvcHtmlString
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.)
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.