The FpcReportParameterDataType enumerated type contains values that indicate the data type of the report parameter..
typedef enum FpcReportParameterDataType { FpcReportParameterDataString
A string value.
= 0, FpcReportParameterDataInt
An integer value.
= 1, 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;
A string value.
An integer value.
A value from a collection of possible allowed values. The collection itself is given by the RdlReportParameterPermittedValues property of the associated FPCRdlReportParameter object.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.