IFsrmReport::get_Name method (fsrmreports.h)

Retrieves or sets the name of the report.

This property is read/write.

Syntax

HRESULT get_Name(
  BSTR *name
);

Parameters

name

Return value

None

Remarks

If not set, FSRM generates a unique name for you.

The name is used in the report. If email notification is sent, the subject contains the report name.

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