3.2.4.2.35.3 Name (put) (Opnum 9)

The Name (put) method sets the name of the report.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_REPORT | 0x02))] HRESULT Name(
   [in] BSTR name
 );

name: Contains the name of the report. The maximum length of this string MUST be 50 characters.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

The server MUST set the Report.Name of the report object to the specified name or return a nonzero error code.