cd85a2e0 b3d8 b06b 68aa 09992508e496 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets a value indicating whether there is a field with a visible aggregate and at specified position.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool HasVisibleAggregatesByLocation(
KnownAggregateLocation location
)VB
Public Function HasVisibleAggregatesByLocation (
location As KnownAggregateLocation
) As Boolean
- location
- Type: iTin.Export.Model.KnownAggregateLocation
Aggregate location
Type: Boolean
true if there is a field with a visible aggregate and at the specified location; otherwise, false.
[Missing documentation for "M:iTin.Export.Model.FieldsModel.HasVisibleAggregatesByLocation(iTin.Export.Model.KnownAggregateLocation)"]