IDataManager::put_RuleTargetFileName method (pla.h)

Retrieves or sets the name of the report file that the TraceRpt.exe application creates.

This property is read/write.

Syntax

HRESULT put_RuleTargetFileName(
  BSTR Filename
);

Parameters

Filename

Return value

None

Remarks

PLA uses the file name only if you include the plaCreateReport value of the DataManagerSteps enumeration in the Steps parameter of the IDataManager::Run method.

To specify the contents of the report, use the IDataManager::ReportSchema property. To modify the contents of the report after it has been created, use the IDataManager::Rules property.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IDataManager