Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |