ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _TransformOption Class / type Property

In This Topic
    type Property (_TransformOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property type As Nullable(Of TransformType)
    public Nullable<TransformType> type {get; set;}
    See Also