Hi,
Ok, I have managed it.
In my project I have more than one report - at least 4 reports.
I have learned that I can make some settings in the app.config.
<
Telerik.Reporting
>
<
Extensions
>
<
Render
>
<
Extension
name
=
"IMAGE"
visible
=
"false"
>
</
Extension
>
<
Extension
name
=
"XPS"
visible
=
"false"
>
</
Extension
>
<
Extension
name
=
"MHTML"
visible
=
"false"
>
</
Extension
>
<
Extension
name
=
"XLS"
visible
=
"true"
>
</
Extension
>
<
Extension
name
=
"CSV"
visible
=
"true"
>
<
Parameters
>
<
Parameter
name
=
"NoHeader"
value
=
"false"
/>
<
Parameter
name
=
"NoStaticText"
value
=
"true"
/>
<!--<Parameter name="FieldDelimiter" value=", "/>-->
</
Parameters
>
</
Extension
>
<
Extension
name
=
"RTF"
visible
=
"false"
>
</
Extension
>
<
Extension
name
=
"PDF"
visible
=
"true"
>
<
Parameters
>
<
Parameter
name
=
"DocumentAuthor"
value
=
"TMS"
/>
</
Parameters
>
</
Extension
>
</
Render
>
</
Extensions
>
</
Telerik.Reporting
>
These settings are valid in the same way for all reports.
Now, how can I make special settings for one report.
What I mean is: In one report CSV is visible and in another report not.
Is it possible to distinguish the reports in the app.config file?
Best regards
Simon