ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / CalculatedFields Property

In This Topic
    CalculatedFields Property
    In This Topic
    Gets a FieldCollection object containing all of the calculated fields in the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property CalculatedFields As FieldCollection
    public FieldCollection CalculatedFields {get;}
    See Also