Last active
December 3, 2015 22:40
-
-
Save samueleresca/758d96023e97d73ad32f 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 DataType="Integer">1</Value> | |
<Label>Primo</Label> | |
</ParameterValue> | |
<ParameterValue> | |
<Value DataType="Integer">2</Value> | |
<Label>Secondo</Label> | |
</ParameterValue> | |
<ParameterValue> | |
<Value DataType="Integer">3</Value> | |
<Label>Terzo</Label> | |
</ParameterValue> | |
<ParameterValue> | |
<Value DataType="Integer">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