This is a migrated thread and some comments may be shown as answers.

urgent

11 Answers 202 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Abhineet
Top achievements
Rank 1
Abhineet asked on 13 Jun 2008, 09:01 AM
pls help me with my earlier problem that I posted its very urgent for me..

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

Sort by
0
Chavdar
Telerik team
answered on 16 Jun 2008, 11:25 AM
Hello Abhineet,

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
0
Abhineet
Top achievements
Rank 1
answered on 17 Jun 2008, 09:46 AM
I don,t know why y'r soln is not working here.. I have tried using Allownull property But still it's not displaying that particular row in which that parameter value is empty..Iwant all the row to display when I choose "Select All".

Pls give me the sample or refine my code...
0
Chavdar
Telerik team
answered on 17 Jun 2008, 11:30 AM
Hi Abhineet,

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
0
Abhineet
Top achievements
Rank 1
answered on 24 Jul 2008, 05:03 AM
Hi thanks for all the support i got ....

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
0
Abhineet
Top achievements
Rank 1
answered on 24 Jul 2008, 05:09 AM
One more thing Is there any way to give horizontal line in detail section that divide every column-I don't want to give the right border style to solid in textboxes used in detail section.

Thanks
0
Abhineet
Top achievements
Rank 1
answered on 24 Jul 2008, 05:17 AM
Sorry, Im asking for the vertical lines not horizontal line in detail section

0
Steve
Telerik team
answered on 24 Jul 2008, 12:31 PM
Hello Abhineet,

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.
0
Abhineet
Top achievements
Rank 1
answered on 02 Sep 2008, 08:57 AM

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

0
Steve
Telerik team
answered on 02 Sep 2008, 01:17 PM
Hi Abhineet,

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.
0
Abhineet
Top achievements
Rank 1
answered on 25 May 2009, 09:40 AM
Hi there,

   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
0
Steve
Telerik team
answered on 25 May 2009, 10:11 AM
Hi Abhineet,

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.
Tags
General Discussions
Asked by
Abhineet
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Abhineet
Top achievements
Rank 1
Steve
Telerik team
Share this question
or