ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeFieldTagHelper Class / DataType Property

In This Topic
    DataType Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.DataType. 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