Created
December 3, 2015 22:41
-
-
Save samueleresca/7b5ae7d65203970ffbd7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ReportParameters> | |
<ReportParameter Name="CodiceSettore"> | |
<DataType>Integer</DataType> | |
<Prompt>Codice Settore</Prompt> | |
<ValidValues> | |
<ParameterValues> | |
<ParameterValue> | |
<Value>1</Value> | |
<Label>Primo</Label> | |
</ParameterValue> | |
<ParameterValue> | |
<Value >2</Value> | |
<Label>Secondo</Label> | |
</ParameterValue> | |
<ParameterValue> | |
<Value>3</Value> | |
<Label>Terzo</Label> | |
</ParameterValue> | |
<ParameterValue> | |
<Value>4</Value> | |
<Label>Quarto</Label> | |
</ParameterValue> | |
</ParameterValues> | |
</ValidValues> | |
</ReportParameter> | |
</ReportParameters> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment