testdev-examples / Reporting_how-to-add-a-pre-created-parameter-instance-to-the-field-list-and-keep-the-e4247

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files to look at:

How to add a pre-created parameter instance to the Field List and keep the parameter's name

This example demonstrates how to programmatically add a report parameter to the report that is being opened in the End\-User report designer. To display a report in the Field List, it is not sufficient to add it to the XtraReport.Parameters collection. You will also need to use the DesignToolHelper.AddToContainer method and specify the target XRDesignPanel.


About

License:Other


Languages

Language:C# 50.8%Language:Visual Basic .NET 49.2%