Share via


IFPCRdlReportParameter::RdlReportParameterPermittedValues property

Applies to: desktop apps only

The RdlReportParameterPermittedValues property gets an FPCRdlReportParameterPermittedValues collection that contains objects representing the permitted values of the Report Definition Language (RDL) report parameter.

This property is read-only.

Syntax

HRESULT get_RdlReportParameterPermittedValues(
  IFPCRdlReportParameterPermittedValues **ppRdlReportParameterPermittedValues
);
' Data type: FPCRdlReportParameterPermittedValues

Property RdlReportParameterPermittedValues( _
  ByVal ppRdlReportParameterPermittedValues As IFPCRdlReportParameterPermittedValues _
) As FPCRdlReportParameterPermittedValues

Property value

Reference to an FPCRdlReportParameterPermittedValues collection that contains objects representing the permitted values of the RDL report parameter.

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. Permitted values can be added and removed by calling the Add and Remove methods of the FPCRdlReportParameterPermittedValues collection retrieved (the IFPCRdlReportParameterPermittedValues 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

FPCRdlReportParameter

 

 

Build date: 7/12/2010