Telerik Forums
Reporting Forum
1 answer
133 views

hi Team,

I want to adjust the panel from one column to two column  in the report along with other components in the report. will it possible ?

Dimitar
Telerik team
 answered on 31 Oct 2023
2 answers
468 views
Can we limit number of columns per page in CrossTab? We have a data-source that contain more than 15 columns, and when we bind it with Cross tab then the remaining columns that  are not fit in the first page goes to the bottom of next page(image- Cross Tab Print at Bottom).Can we control this behavior and make sure remaining columns always print from the top and with correct margin?
Gurpreet
Top achievements
Rank 1
Iron
 answered on 30 Oct 2023
1 answer
237 views

How can I fix it? If you want to export excel that is not CSV. in angular.

Dimitar
Telerik team
 answered on 30 Oct 2023
1 answer
149 views

We use BlazorNative for Reporting.

In the sample with external parameters, there is the idea shown after submitting the Report:

  • Submit, make the Form invisible
  • start a delay (eg. 2000ms)
  • and make the Form visible again.

This works, but from the user perspective it is unclear what is  happening. Cause in the Viewer we have this message "0 pages so far..." and after a log processing time, the (big) report shows up, meanwhile the dialog is visible earlier. This leads to confusion of the user.

A better solution would be, setting the Form visible again after the Report is fully displayed.

Is there a event we can catch? Maybe in JavaScript with JsInterterop to gain this information?

 

Dimitar
Telerik team
 answered on 30 Oct 2023
1 answer
142 views

I am making a telerik report

However, I want to display a diagonal line in the textbox when a specific value comes in.

I want it to be displayed like this.


this.textBox10.Name = "textBox10"; this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D)); this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.textBox10.StyleName = "Aspect.TableBody"; this.textBox10.Value = "= IIf(Fields.Name = 'Day', ' ', Fields.Name)";


I wrote the code like this, and first of all, if the data is Day, it is treated as blank, but when the data is Day, I want to display it like an image

Todor
Telerik team
 answered on 30 Oct 2023
1 answer
171 views

When i create report in standalone application with WebServiceDataSource as trdx file i can see section for Authentication with user and password

      <Authentication>
        <WebServiceBasicAuthentication Password="eYk0jBuZWWwHo1LHgtDHjA==" Username="user" />
      </Authentication>

what algorithm do you use to hash password? how it is save?

Momchil
Telerik team
 answered on 30 Oct 2023
1 answer
249 views

Hi.. 

I have this qrcode string
Fields.ProductMasterCode+"|"+ Fields.ProductName +" | "+ Fields.hashstring

after scan barcode, symbol | (pipe) missing. 

my qcode setting is

encoder - QRCode

ECI - CP437

ErrorCorrectionLevel - L

Mode - Alphanumeric

Todor
Telerik team
 answered on 27 Oct 2023
1 answer
342 views

I am using Telerik Reporting 12.1.18.620 in my ASP.NET (4.8) web application. It has been working fine for years but I suddenly encountered this error.

    public void SetReport()
    {
        if (hidReportName.Value.Length > 0)
        {
            var reportPlaintext = hidReportName.Value.QsDecrypt();
            var report = string.Format("TelerikReports.{0}, TelerikReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", reportPlaintext);
            try
            {
                Type reportType = Type.GetType(report);
                IReportDocument reportDocument = (IReportDocument)Activator.CreateInstance(reportType);
                Report = reportDocument as Report;
                ReportViewer.ReportSource = (ReportSource)reportDocument;  //Here is where the error occurs
            }
            catch (Exception)
            {
                throw new Exception(String.Format("Error loading Telerik report '{0}'", ReportName.QsDecrypt()));
            }
        }

I have searched extensively and tried to resolved this error but I am stymied. This is a huge blocker because I can't deploy the latest (non-reporting) code to production until this is fixed. I have been working on this for a week now with no luck.

Please help!

Dimitar
Telerik team
 answered on 25 Oct 2023
1 answer
649 views

Hi,

when i open an image on pc it is perfect instead on report the image load is rotate 180 degree.

can i rotate image on telerik report designer?

 

Michele
Top achievements
Rank 1
Iron
 updated answer on 24 Oct 2023
0 answers
156 views

Hello I'm having issues when report is being generated thru report viewer its creating empty spaces.

Preview Looks good.

Report viewer.

Appreciate any help thanks.

Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?