IFsrmReport::get_LastGeneratedFileNamePrefix method (fsrmreports.h)

Retrieves the report's generated file name for the last time the report was run. The string is used to make the report name unique.

This property is read-only.

Syntax

HRESULT get_LastGeneratedFileNamePrefix(
  BSTR *prefix
);

Parameters

prefix

Return value

None

Remarks

The file names are generated to identify the collection of files that were generated for a report job the last time the report job ran.

To determine where the reports are stored, access the IFsrmReportJob::LastGeneratedInDirectory property.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmReport