Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Indicates that the parameter is ignored when a user opens a report using a drillthrough link on another report.
Sintaxis
<Parameter Name="...">
...
<Omit>...</Omit>
...
</Parameter>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value |
None |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child element |
None |
Notas
The Omit element contains an expression that evaluates to a Boolean value.
When a user opens a report using a drillthrough action, and the Drillthrough element of the originating report contains parameters that contain an Omit element value of True, those parameters are skipped when the target report is run.
If the target report name (contained in the ReportName element within the Drillthrough element) is not an expression, Omit is not used.
Vea también
Referencia
Report Definition XML Elements