FpcReportParameterDataType Enumeration

The FpcReportParameterDataType enumerated type contains values that indicate the data type of the report parameter..

Syntax

typedef enum FpcReportParameterDataType {
  FpcReportParameterDataString
FpcReportParameterDataString

A string value.

   = 0,
  FpcReportParameterDataInt
FpcReportParameterDataInt

An integer value.

	= 1,
  FpcReportParameterDataCombo
FpcReportParameterDataCombo

A value from a collection of possible allowed values. The collection itself is given by the RdlReportParameterPermittedValues property of the associated FPCRdlReportParameter object.

	= 2
} FpcReportParameterDataType;

Constants

FpcReportParameterDataString

A string value.

FpcReportParameterDataInt

An integer value.

FpcReportParameterDataCombo

A value from a collection of possible allowed values. The collection itself is given by the RdlReportParameterPermittedValues property of the associated FPCRdlReportParameter object.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.