<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEFilterReport",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEFilterReport"
  },
  "title" : "NEFilterReport"
}
-->

# NEFilterReport

The report of the data provider’s action on a flow.

```
class NEFilterReport
```

## Overview

The system issues a report by calling your control provider’s [`handle(_:)`](/documentation/NetworkExtension/NEFilterProvider/handle(_:)) method with a report instance when the data provider issues a verdict whose [`shouldReport`](/documentation/NetworkExtension/NEFilterVerdict/shouldReport) property is set to <doc://com.apple.documentation/documentation/Swift/true>.

## Topics

### Getting report properties

[`flow`](/documentation/NetworkExtension/NEFilterReport/flow)

The flow on which the associated action was taken.

[`action`](/documentation/NetworkExtension/NEFilterReport/action)

The action taken on the reported flow.

[`NEFilterAction`](/documentation/NetworkExtension/NEFilterAction)

The actions a data provider can take on a filter flow.

[`event`](/documentation/NetworkExtension/NEFilterReport/event-swift.property)

The type of event indicated by this report.

[`Event`](/documentation/NetworkExtension/NEFilterReport/Event-swift.enum)

A type that represents the kind of event indicated by a report.

[`bytesInboundCount`](/documentation/NetworkExtension/NEFilterReport/bytesInboundCount)

The number of inbound bytes received from the flow.

[`bytesOutboundCount`](/documentation/NetworkExtension/NEFilterReport/bytesOutboundCount)

The number of outbound bytes sent on the flow.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)