IFPCReports2::RdlReportCategories property

Applies to: desktop apps only

The RdlReportCategories property gets an FPCRdlReportCategories collection that contains objects representing the Report Definition Language (RDL) report categories defined for the reports.

This property is read-only.

Syntax

HRESULT get_RdlReportCategories(
  IFPCRdlReportCategories **ppRdlReportCategories
);
' Data type: FPCRdlReportCategories

Property RdlReportCategories( _
  ByVal ppRdlReportCategories As IFPCRdlReportCategories _
) As FPCRdlReportCategories

Property value

Reference to a FPCRdlReportCategories collection that contains objects representing the RDL report categories defined for the reports.

Error codes

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

Remarks

This property is read-only. The set of RDL report categories can be modified by calling the methods of the FPCRdlReportCategories collection retrieved (the IFPCRdlReportCategories interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCReports

 

 

Build date: 7/12/2010