共用方式為


2.2.4.2.2.9.5.2.1 ReportParameter

Each ReportParameter is a name-value pair. As a collection, it is the parameters needed for a report.

   <xsd:complexType name="ReportParameter">
     <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 parameter.

Value

An MDX expression that represents the parameter value.