TSignalReport::ReportItems Property

__declspec(property(get = GetReportItems, put = SetReportItems)) TSignalReportSet*ReportItems;

Defines a set of items to be included in spectrum analysis report.

Read: TSignalReportSet *GetReportItems();
Write: void SetReportItems(TSignalReportSet *Value);
Declared in Dew::Signal::TSignalReport · Dew.Signal/SignalAnalysis.h · Cross-compiler