You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchReportJob Class > DSearchReportJob Constructor > DSearchReportJob::DSearchReportJob Constructor (dtsSearchResults&)
DSearchReportJob::DSearchReportJob Constructor (dtsSearchResults&)
Close
dtSearch Text Retrieval Engine Programmer's Reference
DSearchReportJob::DSearchReportJob Constructor (dtsSearchResults&)

Constructor for a DSearchReportJob associated with a search results list

Syntax
C++
DSearchReportJob(dtsSearchResults& results);

A DSearchReportJob has to have a search results list associated with it. You can either use the constructor to create this association or you can use SetResults to copy the search results into the DSearchReportJob. DSearchReportJob keeps its own private copy of the search results list.