The following tables list the members exposed by CubeFieldBuilder.
Public Constructors
Public Methods
| Name | Description |
| Aggregate | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Aggregate. Sets how the field should be summarized. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| Binding | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Binding. Sets the name of the source column which the field is bound to. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| DataType | Configurates C1.Web.Mvc.Olap.PivotFieldBase.DataType. Sets the data type of the field. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| Descending | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Descending. Sets a value that determines whether keys should be sorted in descending order for this field. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| DimensionType | Configurates C1.Web.Mvc.Olap.CubeField.DimensionType. Sets the dimension type of the field. |
| Filter | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Filter. Sets the filter setting for this field. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| Format | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Format. Sets the format to use when displaying field values. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| GetValue | Configurates C1.Web.Mvc.Olap.PivotFieldBase.GetValue. Sets a function to be used for retrieving the field values. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| Header | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Header. Sets a string used to represent this field in the user interface. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| IsContentHtml | Configurates C1.Web.Mvc.Olap.PivotFieldBase.IsContentHtml. Sets a value indicating whether items in this field contain HTML content rather than plain text. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| OnClientPropertyChanged | Configurates the C1.Web.Mvc.Olap.PivotFieldBase.OnClientPropertyChanged client event. Occurs when the value of a property in this field changes. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| ShowAs | Configurates C1.Web.Mvc.Olap.PivotFieldBase.ShowAs. Sets how the field results should be formatted. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| SortComparer | Configurates C1.Web.Mvc.Olap.PivotFieldBase.SortComparer. Sets a function used to compare values when sorting. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| SubFields | Configure C1.Web.Mvc.Olap.CubeField. |
| Visible | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Visible. Sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| WeightField | Configurates C1.Web.Mvc.Olap.PivotFieldBase.WeightField. Sets the header specifies the field used as a weight for calculating aggregates on this field. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| Width | Configurates C1.Web.Mvc.Olap.PivotFieldBase.Width. Sets the preferred width to be used for showing this field in the user interface. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
| WordWrap | Configurates C1.Web.Mvc.Olap.PivotFieldBase.WordWrap. Sets a value that indicates whether the content of this field should be allowed to wrap within cells. (Inherited from C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder<CubeField,CubeFieldBuilder>) |
Top
See Also