FPCRdlReportParameter object

Applies to: desktop apps only

The FPCRdlReportParameter object represents a Report Definition Language (RDL) report parameter.

Report parameters are referenced in properties of other objects.

  • The report parameters that are included in an RDL report defintion are specified by including references to the applicable FPCRdlReportParameter objects in the FPCRefs collection held in the ReportParameters property of the FPCRdlReportDefinition object.
  • The FPCRdlReportParameter object representing the RDL report parameter used to define an instance of an RDL report parameter used in a report job is referenced through the FPCRef object held in the RdlReportParameter property of the FPCRdlReportParameterInstance object.

The FPCRdlReportParameter object is an element of an FPCRdlReportParameters collection, and a new object representing a report parameter can be created by calling the Add method of this collection.

Ff825973.bkbutton(en-us,VS.85).png Click here to see the Forefront TMG object hierarchy.

Members

The FPCRdlReportParameter object has these types of members:

  • Properties

Properties

The FPCRdlReportParameter object has these properties.

Property Access type Description

DataType

Read/write

Gets or sets a value from the FpcReportParameterDataType enumerated type that specifies the data type of the RDL report parameter.

DefaultValue

Read/write

Gets or sets the default value of the RDL report parameter.

Description

Read/write

Gets or sets the description of the RDL report parameter.

DisplayName

Read/write

Gets or sets the display name of the RDL report parameter.

Name

Read/write

Gets or sets the name of the RDL report parameter.

RdlReportParameterPermittedValues

Read-only

Gets gets an FPCRdlReportParameterPermittedValues collection that contains objects representing the permitted values of the RDL report parameter.

 

Interfaces for C++ Programming

This object implements the IFPCRdlReportParameter interface.

Requirements

Minimum supported client

Windows Vista, None supported

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

See also

COM Objects

 

 

Build date: 7/12/2010