Share via


BarcodeScannerDataReceivedEventArgs.Report property (Handheld 8)

2/18/2014

Gets the data from the DataReceived event.

Syntax

public BarcodeScannerReport Report { get; }
Public ReadOnly Property Report As BarcodeScannerReport
    Get
public:
property BarcodeScannerReport^ Report {
    BarcodeScannerReport^ get();
}

Property value

Type: BarcodeScannerReport class

Data from the barcode scanning event.

See Also

Reference

BarcodeScannerDataReceivedEventArgs class