this.Filters.AddRange(new Telerik.Reporting.Data.Filter[] {
new Telerik.Reporting.Data.Filter("= Fields.[Activity_Code]", ((Telerik.Reporting.Data.FilterOperator)(Telerik.Reporting.Data.FilterOperator.In)), "= Parameters.[Activity_Code]"),
reportParameter2.Name =
"Activity_Code";
reportParameter2.UI.AvailableValues.DataSource = dsUsers.Tables[0];
reportParameter2.UI.AvailableValues.ValueMember =
"Activity_Code";
reportParameter2.UI.MultiValue =
true;
reportParameter2.UI.Text =
"Activity Code";
reportParameter2.UI.Visible =
true;
the dropdown box shows require field symbol ..I can,t select empty value in dropdown...
since I have empty data also in that column..
give me the soln..as early u can..
Its very urgent to me...
thanx again in advance
11 Answers, 1 is accepted
We have already answered your query in the previous forum thread. Let us know if you have any other questions.
Kind regards,
Chavdar
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center

Pls give me the sample or refine my code...
Please review the suggestion we provided in the other thread you've opened. Also please contact the purchaser person for your company and ask him to add you as licensed developer in order to get access to our support ticket system, which is with higher priority over forum threads.
Sincerely yours,
Chavdar
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center

I want to know onething that - do we have any access on the navigation tab like adding new control on them... using according to my own
please , if it is possible I can use my own customization.
Thanks

Thanks

Up to your questions:
- currently it is not possible out of the box to add items to the ReportViewer toolbar. However using the client-side API with our ASP.NET Toolbar control, you can achieve full customization. We are currently working on a custom toolbar code library and I will let you know once I post it.
- you can use the shape item with ShapeType= Vertical Line.
Regards,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

hi
i have got some new requirement for reporting in which I have to use the subreport concept ... but im not able to make the filter ..so that when i filter particular column all my subreport should get filtered(I have same column in all the subreport)
help me pls
thanks
Abhineet Kumar
You can do that by specifying the same filters for the Master Report and subreport and make sure that the parameters that define the filtering are equal for all subreports you need filtered. More info on master-detail reports can be found in this help article and more info on Report parameters can be found here. A nice forum thread elaborating on subreports is available here.
All the best,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

I have got one more requirement in my pro please help me ..
I have to send email with selected export item as attachment..through c# code..
Its Urgent..
thanks
Abhineet Kumar
You would fine multiple threads elaborating on this if you search our forums. We also kindly ask you to open new threads for all new questions you might have that are not relevant to your original inquiry.
Thank you for the understanding on the matter.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.