Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created December 3, 2015 22:41
Show Gist options
  • Save samueleresca/7b5ae7d65203970ffbd7 to your computer and use it in GitHub Desktop.
Save samueleresca/7b5ae7d65203970ffbd7 to your computer and use it in GitHub Desktop.
<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