IFsrmReport::get_Description method (fsrmreports.h)

Retrieves or sets the description of the report.

This property is read/write.

Syntax

HRESULT get_Description(
  BSTR *description
);

Parameters

description

Return value

None

Remarks

The description is used in the report.

Examples

For an example, see Adding a Report to a Job.

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