Telerik Forums
Reporting Forum
1 answer
249 views

One of the most recent report updates from business side requires me to change report layout to accommodate the following output(picture attached).

 

But since HtmlTextBox does not support embedding of images and PictureBox has to be fixed statically on a page I do not see a way to make the picture box to line up with a text content that is aligned to the right.

Is this possible to achieve by some other means?
 

Mads
Telerik team
 answered on 15 Mar 2021
2 answers
653 views

Hello everyone,

Please, I need a little help with Report Designer. I have 2 fields(Name and CompanyID) and I want to concatenate them. Some rows from column Name are populated with company name and other are blank. All rows from CompanyID are populated with guids. I tried something like {Fields.Name}{Fields.CompanyId}, but all rows which are populated with the company name, also added guids. I want all the rows that are populated with the company name not to add guids, too.

Thanks in Advance!

Marcel
Top achievements
Rank 1
Iron
 answered on 15 Mar 2021
3 answers
350 views

Hello,

I created an invoice template with the standalone report designer and I am able to programmatically export a pdf file.

Is it possible to disable copy / paste functionality in the created pdf file programmatically.

Best regards,

Alex

Alexander
Top achievements
Rank 1
 answered on 12 Mar 2021
6 answers
707 views

Hi..

I'm trying to print on Azure.. get the following error. I've read that you can't use a FREE plan cause it doesn't support GDI+.

I have a standard plan - paying.. but I can't print from the site (on Azure). Works great locally.

Any ideas?  thx

 

System.ArgumentException: Parameter is not valid.   at System.Drawing.Graphics.GetHdc()   at Telerik.Reporting.Pdf.PdfContext..ctor(String ownerPassword, String userPassword) in c:\temp\reporting\RBuild-2657\Reporting_Build\Source\Code\Telerik.Reporting.Pdf\PdfContext.cs:line 36   at Telerik.Reporting.Pdf.PdfDocument.InitCompleted(Stream stream) in c:\temp\reporting\RBuild-2657\Reporting_Build\Source\Code\Telerik.Reporting.Pdf\PdfDocument.cs:line 332   at Telerik.Reporting.ImageRendering.DocumentPdf.CreateDocument(PdfRenderingContext pdfContext) in c:\temp\reporting\RBuild-2657\Reporting_Build\Source\Code\Telerik.Reporting.ImageRendering\DocumentPdf.cs:line 68

Neli
Telerik team
 answered on 11 Mar 2021
5 answers
817 views

I am trying to create a comparative Profit & Loss with columns comparing the previous column with the current column. The Previous() function doesn't allow more than one scope as the Exec() does, but it appears that that is what I need.

As an example I'm using the following csv. See the attachment as well.

Year,Account,Amount
2000,50000,1000.00
2000,51000,560.00
2001,50000,1000.00
2001,51000,560.00
2002,50000,5000.00
2002,51000,60.00
2000,50000,1500.00
2001,51000,500.00

Note that there are two values for Year "2000" and Account "50000"

How can I get the Previous = Exec('year1','account1', Sum(Fields.Amount))?

Todor
Telerik team
 answered on 11 Mar 2021
6 answers
629 views

We are trying to access our own servers using Web Data Source and are having issues with 2 Step Authentication. I have attached the screenshot with this email on how we have set it up, and on final page when we click Download, we get 401 unauthorized.

The same Url and body parameters are working through Postman. I was wondering if you can please help us identify what maybe wrong?

Dimitar
Telerik team
 answered on 11 Mar 2021
10 answers
194 views

Hello,

I would like to create a report where the user has two checkboxes and has the choice to either show or not display a crosstab and/or graph when generating the report.
I am working with Telerik Report Designer with Telerik Reporting REST service and using HTML5 MVC Report Viewer as a report viewer.

 

the management of this need is done when defining the report or I have to add js events handler in my viewer ?

 

Thanks !

Wassim
Top achievements
Rank 1
Veteran
Iron
 answered on 11 Mar 2021
9 answers
138 views
Please I need help with Graph control in Telerik Reporting
I created a new report in blank
I added a graph control
I defined an sqlDataSource with the data what I need
And then? Can you orient me
Mads
Telerik team
 answered on 09 Mar 2021
1 answer
675 views

Hello all,

i have a problem which i cannot solve. It´s a mistery to me.

I have a table where i want to sum up the weight if a second field has a special number in it.

The follwing should sum up every field where the category transporcat is 1,2 or 3. The categoryfield is defined as string but in the case here there are only numbers in it. In this case the transportcat 1 exists one time, 2 exists one time, 3 does not exist. The weight vor cat 1 and 2 is identical with 5. So there are no differences between the data exept the transportcat.

= SUM(IIF(Fields.transportcat=3,Fields.weight,'' )) or = SUM(IIF(Fields.transportcat="3",Fields.weight,'' )) -> Result: '' which is correct

= SUM(IIF(Fields.transportcat=2,Fields.weight,'' )) or = SUM(IIF(Fields.transportcat="2",Fields.weight,'' )) -> Error - Should be '5'

Error: the input format has the wrong format?

= SUM(IIF(Fields.transportcat=1,Fields.weight,'' )) or = SUM(IIF(Fields.transportcat="1",Fields.weight,'' )) -> Result: '5' which is correct

The test data for the IIF comparison is identical except that the value of the transportcat field is different. I can also use other (4,5,6) and it is still working. Only when i use the number 2 it doesn´t ?

Regards Alex

Mads
Telerik team
 answered on 09 Mar 2021
3 answers
552 views
I want to apply five filtering drop-downs on the table. But when i am adding 5 filters they are using AND filtering, which allows me to choose every filter in order to generate table. But i want to generate the table on every single filter. Ex - i have 5 filters - username, sports type, pay time , date and centre. If i select a username then the table will display all the users with that name without filtering other drop-downs. Please help me out to solve this problem. 
Neli
Telerik team
 answered on 08 Mar 2021
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?