Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.) |