Skip to content

Instantly share code, notes, and snippets.

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