Telerik Forums
Reporting Forum
1 answer
352 views
In my cross tab table, i want to apply bottom border at the end of the group and not for each row within in the group. Can someone please guide me how to achieve this? If i have to use conditional formatting, than what shall be the condition to identify if the the last row of a group
Katia
Telerik team
 answered on 22 Mar 2017
1 answer
111 views

Hello,

 

I am working on a project that using telerik call web API, but it seems like the ReportsController does not send cookie in request.

As figure 1, there is no cookie when i tried to call api/reports/client, whereas cookie appears when call another web API(figure 2).

How to solve this problem?

 

Thank you.

Katia
Telerik team
 answered on 22 Mar 2017
11 answers
1.5K+ views
Hello Telerik Team,
i'm evaluating your great reporting product, but i have some little problems and i hope to find some help here.

I've draged a PictureBox into my report (detail section) and made the following Expression to load a harddrive stored picture into it:

= Format("C:\ProductPictures\{0}.jpg", Fields.articleNo) 

This is working perfectly as long as the picture with the filname "articleNo+.jpg" exists in the given harddrive folder. If there isn't a picture for the specific article (which is a common situation for our needs), i get the following error in the report output (for every not existing picture in a list with 5000 articles ...): 
"An error has occured while processing PictureBox "pictureBox1': The File "C:\ProductPictures\ART00001.jpg" could not be found."

Is there a way to supress the error message if the picture doesn't exists? We don't need and want this error message =)

Best Regards from Germany
Hans
doli
Top achievements
Rank 1
 answered on 22 Mar 2017
1 answer
138 views

Hi,

I have the following:
Report (report_product)
SubReport 1 (SubReportOperation)
SubReport in SubReportOperation (SubReportPreparation)

Report_product
 ...
 Header and general info for report product
 ...
 SubReportOperation line 1
 SubReportOperation line 2
         SubReportPreparation line 1
         SubReportPreparation line 2
         SubReportPreparation line n
 SubReportOperation line 3
 SubReportOperation line 4
         SubReportPreparation line 1
         SubReportPreparation line 2
 SubReportOperation line 5
 SubReportOperation line n
The datasource for the SubReportPreparation depend on the ID of SubReportOperation DataObject)
I try this in the SubReportOperation report, DataBinding of the SubReportPreparation but that doesn't work
        private void SubReportPrepa_ItemDataBinding(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.SubReport report = (Telerik.Reporting.Processing.SubReport)sender;
            SubReportPreparation subReport_Preparation = new SubReportPreparation(_connectionStringName);
            Telerik.Reporting.InstanceReportSource irs_subReport_Preparation = new Telerik.Reporting.InstanceReportSource();
            irs_subReport_Preparation.Parameters.Add(new Telerik.Reporting.Parameter("OF_OPERATION_ID", report.DataObject["ID"]));
            irs_subReport_Preparation.ReportDocument = subReport_Preparation;
            this.subReport_preparation.ReportSource = irs_subReport_Preparation;
        }

How must i do PLEASE ?

THANKS

 

Katia
Telerik team
 answered on 21 Mar 2017
1 answer
432 views

I am using a regular text box (not html) for large text fields.  The starting size of the text box is small, and CanGrow is set to true.  Most of the time, the text boxes grow correctly to fit the text.  Occassionally I see the last line of text does not fit in the text box.  In this case, the text is either omitted (missing) or, if the text box below is empty, the overflow appears in the text box below.

Sometimes by changing the justification, I can make the problem go away in a particular case, but I need a universal solution.

Katia
Telerik team
 answered on 21 Mar 2017
1 answer
181 views

Hello Telerik Team,


I have plotted a stepped line series graph in telerik report, everything is working fine, but facing problem when y-axis value (rising value) changes between one or more x-axis step(image1.jpg, image2.jpg, image3.jpg screenshots are attached).

Thanks!

Katia
Telerik team
 answered on 20 Mar 2017
9 answers
1.1K+ views
hi telerik,

I am showing address in a multiline textbox. you can see in the screenshot that in order to align telephone number and fax number some blank spaces are used. In the HTML Preview of the report document this spaces are neglected , when exported to pdf no problem with space . I assume this is because the html's  rendering nature  as sequence of blank space characters are treated as single space. Can you suggest me a work around.
Katia
Telerik team
 answered on 20 Mar 2017
2 answers
513 views
Hello,
I created report in telerik report designer R3 2016 and here i am facing problem to show spaces before text in expression of text box on report browser run time. please guid me.
Shiwani
Top achievements
Rank 1
 answered on 20 Mar 2017
1 answer
512 views

is it possible to pass , List as Field data,like as we pass parameters,

i got the data to html page and now i wanna bind the data to the Telerikreportviewer,how can i pass the data to telerik report designer and display in crosstab or table

Katia
Telerik team
 answered on 17 Mar 2017
1 answer
756 views

i have written a dataobject and i need to display in objectDatasource1 of .trdp file...

it is showing empty ...how can i show dataobject or list of objects in objectDatasource of .trdp.file

 

i am new to use telerik reports ,that i wanna use objectdatasource to display a list from webAPI..

 

please do the needful.. i had glanced the documents of telerikreports but not understanded..how to display list as a datasource of objectdatasource1

 

thanks in advance

Katia
Telerik team
 answered on 17 Mar 2017
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?