IDataManager::get_ReportFileName method (pla.h)

Retrieves or sets the name of the HTML file that results from converting the file in the IDataManager::RuleTargetFileName property from XML to HTML.

This property is read/write.

Syntax

HRESULT get_ReportFileName(
  BSTR *pbstrFilename
);

Parameters

pbstrFilename

Return value

None

Remarks

For details, see the plaCreateHtml value of the DataManagerSteps enumeration.

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