FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSource Class / CalculatedFields Property

In This Topic
    CalculatedFields Property
    In This Topic
    Gets the CalculatedFieldCollection collection defining list of calculated fields for the data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property CalculatedFields As CalculatedFieldCollection
    public CalculatedFieldCollection CalculatedFields {get;}
    See Also