Telerik Forums
Reporting Forum
9 answers
3.1K+ views
Hello,

I have two issues:
1) I need to set the Page Break property in the report.

2) I need to display every item in a new page, for example, if Item 1 needs 2.5 pages to be dispalyed, then Item 2 must start in page 4 (Not in page 3) and so on...

Please, I need your help,
It is apprecited to send me step by step guide which could help set the Page Break property and how to handle the second issue.

Regards,
Bader
Dilo
Top achievements
Rank 1
 answered on 14 Jan 2020
8 answers
1.5K+ views
I have a method which accepts input as object. How can I pass object values as report parameter value.
Cameron
Top achievements
Rank 1
 answered on 13 Jan 2020
1 answer
1.1K+ views

I have an HtmlTextBox named htmlTextBox5 within my report, which I want to HIDE dynamically based on one of the parameters passed into the report when it is generated, Parameter2.

Basically:

if (Parameter2.value == "2")
{
     htmlTextBox5.Visible = false;
}

 

Question is how do I get Parameter2 from within the report constructor? Or should I be setting the Visible property of htmlTextBox5 somewhere else?

 

 

Katia
Telerik team
 answered on 13 Jan 2020
1 answer
180 views

See the picture attached, do we have a way to make the text and the end to be italic ? Thanks.

 

 

Neli
Telerik team
 answered on 09 Jan 2020
3 answers
294 views
We have reports that show dollar amounts and discounts for services in a table.  The discounts are negative numbers with a financial format that puts them in ().  In the attachment, the columns of numbers going from positive to negative are not aligned.  Is there a way to handle this so the numbers (regardless of being positive or negative) are aligned vertically?
Todor
Telerik team
 answered on 06 Jan 2020
2 answers
660 views

I use report viewer in my .NET core application. the code as follow:

$("#reportViewer").telerik_ReportViewer({
            serviceUrl: "../Api/reports/",
                reportSource: {
                    //report: "Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary",
                    report: report,
                    parameters: parameters,
            },
            renderingBegin:ReportRendering,
            viewMode: telerikReportViewer.ViewModes.PRINT_PREVIEW,
            scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
            scale: 1.0
        });

 

function ReportRendering(e,args) {
        var info = args.deviceInfo;
        //info.set("FontEmbedding", "Full");
    }

 

 

I want to set the pdf deviceinfo property FontEmbedding. how can I do this?

Vincent
Top achievements
Rank 1
Iron
 answered on 03 Jan 2020
11 answers
1.2K+ views

Hi,

Please help me with the following:

to output a list (a single column in a database) as a 4 columns list on a report, I have added a panel with four table/lists on it.The following expressions are here:

=RowNumber()%2   =0

=RowNumber() < (ReportItem.DataSource.Count / 4)   =True

The report returns the same information in all four columns. What should be done to enforce each other table/lists continue to output the list.

Thank you.

Ben
Top achievements
Rank 1
 answered on 30 Dec 2019
1 answer
309 views
We have added a picture box in Page footer section and place a textbox on top of  that to display page number. When we view the report in Preview mode then Textbox is visible on the image but when we export the report in word then the textbox is missing and only the image is visible. Export to PDF has no issues, and textbox is rendered correctly on the image. Any idea as why this is happening only with word document? 
Todor
Telerik team
 answered on 30 Dec 2019
1 answer
127 views
I have developed an application in C # with MVC5 and I need to make a report with Telerik on this project.
How can I create a report in my application in MVC 5? what are the steps? I've already added some Telerik Reporting references but I don't know where the first step is.
Todor
Telerik team
 answered on 30 Dec 2019
1 answer
455 views

In working in the Telerik Report Designer, I am passing a field from the main report datasource to a parameter in the subreport.  I have verified that the field in the main report is not null or empty by displaying it on the report, showing a value.  But in the subreport it is getting passed as null for some reason (I know it is null and not empty because if I set Allow Nulls to false for the parameter it errors), and displaying the parameter on the subreport shows nothing.

I have searched this issue and all I can find is how to work with parameters in C# or VB.Net code, but I am not at that step yet and am just wanting to preview the report within the standalone designer.  I can get the main report to show the data it should, but the subreport is always blank due to the null parameter.

Christopher
Top achievements
Rank 1
 answered on 23 Dec 2019
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?