Compartilhar via


2.2.4.2.2.9.5.2.2 ReportFormatParameter

The ReportFormatParameter complex type specifies a parameter for formatting a report.

   <xsd:complexType name="ReportFormatParameter">
     <xsd:all>
       <xsd:element name="Name" type="xsd:string"/>
       <xsd:element name="Value" type="xsd:string"/>
     </xsd:all>
   </xsd:complexType>

Element

Read-Only

Default value

Description

Name

The name of the report format parameter.

Value

The parameter value. (This is not an MDX expression as it is in the ReportParameter object.)