ComponentOne ASP.NET MVC Controls
DataType Property (PivotFieldBase)

C1.Web.Mvc.Olap Namespace > PivotFieldBase Class : DataType Property
Gets or sets the data type of the field.
Syntax
'Declaration
 
Public Property DataType As Nullable(Of DataType)
public Nullable<DataType> DataType {get; set;}
Remarks
It only works when connecting DataEngine or DataSource.
See Also

Reference

PivotFieldBase Class
PivotFieldBase Members