Hi,
In HTMLTEXTBOX value = <b> Response added s s<b/> <br> <br> Q1QuestionText edited <br> from database
output in reportviewer
<b> Response added s s<b/> <br> <br> Q1QuestionText edited <b>
line break and bold style not working
kindly assist , it is urgent
Regards,
Mary Jain
So far I have set Datasource to ReportItem.DataObject.
Now in the table column I want to access the values of a field(property). I am indicating the field as the following, but nothing works = ReportItem.DataObject.RawData.GetValueString("binderProperties.binderProperty.ProcessProperty") or ReportItem.DataObject.RawData.GetValueString("ProcessProperty") or ReportItem.DataObject.RawData.GetValueString("binderProperties.Value.binderProperty.ProcessProperty")
Please see attached to see the data format that is coming from .NET.
Thank you in advance for any feedback.
Rocio
Hi ,
Hi,
I have scenario like i need to filter either using Parameters.SelectAudience.Value( have multiple value) or Parameters.SelectInterviewee.Value ( have multiple value) .Below is the code snippet not working with In operator
this.Filters.Add(new Telerik.Reporting.Filter("=Fields.TrackID In ('=Parameters.SelectAudience.Value')) OR Fields.IntervieweeID " +
"In ('=Parameters.SelectInterviewee.Value'))", Telerik.Reporting.FilterOperator.Equal, "=True"));
Please help , it is urgent
Thanks,
Mary Jain
We are using Telerik Reporting 9.0.15.422
I have defined a header with a size of 14px with details as 10px. The viewer shows everything as 12px regardless of what is defined in the designer. Please see the attached screen shots.
Thanks,
Greg
Hi,
I have scenario where i have to make some report parameter visible based one Report parameter value like
in below screenshot attached if i select Audience in SelectCriteria ReportParameter then report parameter listing all Audience value should display( and hide the Interviewee Report parameter), if Interviewee is selected in the SelectCriteria ReportParameter then report parameter listing all interviewee should show (Audience report parameter should hide)
Please help me on this as it urgent.
Thank in advance
I have to show a report of employees.
This will have columns ID, Name, Designation, Department etc.
User should have 2 options (using report parameters) to view report
1. Based on department
If user chooses department option, a drop should be loaded with all departments
2. Based on designation
If user choose designation, a drop should be loaded with all designations.
Is there any way to provide this functionality (selection of either department or designation) using report parameters?
I'm trying to create an english reporot from WPF Application from code behind. Application Cultutre is set to German.
I set Reports culture property to the en-US. But report is rendered in german format.
For example TextField with DateTime value and {0:d} as the format value.The Textfield is rendered in German Format "13.06.2016" not "06/13/2016".