Microsoft Internet Security and Acceleration Server 2004 SDK

ReportsProperties Property of IFPCReportJobs[C++]

FPCReportJobs.ReportsProperties [Visual Basic]

[C++]

The ReportsProperties property gets an FPCReportsProperties object that contains the properties of the reports in the report jobs.

HRESULT get_ReportsProperties(
  IFPCReportsProperties** ppReportsProperties
);

Parameters

ppReportsProperties
Address of an interface pointer that on return points to an IFPCReportsProperties interface that represents the properties of the reports in the report jobs.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The properties of the reports in the report jobs can be accessed through the properties of the IFPCReportsProperties interface retrieved.

[Visual Basic]

The ReportsProperties property gets an FPCReportsProperties object that contains the properties of the reports in the report jobs.

Property ReportsProperties As FPCReportsProperties

Property Value

Reference to an FPCReportsProperties object that contains the properties of the reports in the report jobs.

Remarks

This property is read-only. The properties of the reports in the report jobs can be accessed through the properties of the FPCReportsProperties object retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCReportJobs