Telerik Forums
Reporting Forum
2 answers
145 views

I have read the corresponding entries.

But!
I can't find the the binding property in the group.

In the attached example is a datasource with a field NewPage.
Depending on this field, the page break should happen.

 

 

Neli
Telerik team
 answered on 10 Feb 2020
1 answer
226 views
I am using the stand alone Report Designer and trdp reports. The report parameters come from the application's database, and each client has their own database. The application reads new trdp files and adds report parameters, including indicating simple data types--string, integer, etc. Some report parameters are more complex--e.g. an "Account Super Search" function. I am looking for a way to consistently install these more complex parameters without sql scripts or user intervention. Is there a place in the trdp file to embed metadata? I could include the default report parameter data types in a json string and have the application read that metadata.
Katia
Telerik team
 answered on 07 Feb 2020
1 answer
347 views

Hello,

in my project I have a function to export data to an excel file.

I have a filestream object to do this.

In the same project I have created a report with a table in it.

And now I want to set the datasource so that the same data will be shown in the report.

But how can I get this data ?

Best regards

Simon

 

public void ExcelExport(string fileName)
       {
           FileStream fs = new FileStream(fileName, FileMode.Create, FileAccess.Write);
           gridEXExporter1.Export(fs);
           fs.Close();
                 }
Katia
Telerik team
 answered on 07 Feb 2020
12 answers
633 views

Hi,

 I was wondering if there were any typescript definition files for the reporting js framework, and if so, where I could find them?

 Thanks,

Rick
Top achievements
Rank 2
 answered on 05 Feb 2020
1 answer
125 views

Please excuse me because I am not familiar with English.

 

Hi. 

My WinForm is open report and report is open the secend report by subreport .

firstreport is passing 6parameter

--------------------------------------------------------------------------------------------------------------------------------------------------

            Telerik.Reporting.TypeReportSource typeReportSource1 = new Telerik.Reporting.TypeReportSource();
            typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("AS_PLANTCODE", "=FIELDS.PLANTCODE"));
            typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("AS_LOTNO", BarCode));
            typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("AS_FIRSTFLAG", "=FIELDS.FIRSTFLAG"));
            typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("AS_FROM", "=FIELDS.FROM"));
            typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("AS_TO", "=FIELDS.TO"));
            typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("AS_ODD", "1"));
            typeReportSource1.TypeName = "DAS.DA3301_R_Private_Sub1, DAS, Version=1.0.3.2, Culture=neutral, Pub" +
    "licKeyToken=null";
            this.subReport1.ReportSource = typeReportSource1;

--------------------------------------------------------------------------------------------------------------------------------------------------

and subreports are queried using parameters from parent reports in the data source.

subreport is output and 5 Textbox and 1 Picturebox

I want to use the parameter values of the designer in the source,

When i get the value into the source, value = "=Parameters.AS_LOTNO.Value"  be perceived as 

But if i use it to print out, "0001010101:20200131:1:2"

how can i use designer parameters in sourcecode ..TT

Todor
Telerik team
 answered on 04 Feb 2020
4 answers
777 views
Hey

I have a report screen with a collapsible pane, and when we load a report then collapse the pane the report viewer resizes, BUT, the scrollbar in the report viewer doesn't adjust itself.   What's the right way to trigger a UI refresh in the report viewer?

viewerContainerStyle = {
  position: 'absolute',
  width: '100%',
  height: '100%',
  ['font-family']: 'ms sans serif'
};

<tr-viewer #viewer1
           *ngIf="showReport"
           [containerStyle]="viewerContainerStyle"
           [serviceUrl]="serviceURL"
           [reportSource]="{report: filename, parameters: parameters}"
           templateUrl="assets/telerikReportViewerTemplate.html"
           [viewMode]="'PRINT_PREVIEW'"
           [scaleMode]="'FIT_PAGE_WIDTH'"
           [scale]="1.0"
           [enableAccessibility]="false">
</tr-viewer>

Right now I'm toggling showReport which causes the report viewer to redraw itself, fixing the issue, but some of the reports take a while to render and this is exceedingly annoying.

Thanks


Veronika
Telerik team
 answered on 04 Feb 2020
2 answers
298 views
Hi Guys

I am using a provided example of reporting , to create an interface listing the available reports in a DLL.

Everything is working great, however the 3rd item always gets added as a new row and aligned right. I cannot work out why..

Any thoughts or suggestions please.. I have tried widths and margins and looked at the panel and the crosstab properties looking for perhaps a column count limit etc.. but if it was just adding a new row, I would have expected the 3rd item to be left aligned.

Screen shots attached.

Many many thanks

Rob
Todor
Telerik team
 answered on 03 Feb 2020
5 answers
512 views

I have been searching and reading for the last 4 hours to find any resource to create an objectdatasource for an Asp.net Core application.  All the samples use framework 4+.  I have three tiers in my application the first layer is the Entity/Model layer the middle tier is the service layer/Business logic layer and the final tier is the Web/UI layer.

I have successfully created a reportviewer that displays an embedded sql with parameters but what I am trying to do is to take an IQueryable<T> from the service layer and populate the report.  Is there an example available?

Todor
Telerik team
 answered on 03 Feb 2020
1 answer
673 views
Is it possible to generate QR Code of an image or pdf document in telerik reporting
Neli
Telerik team
 answered on 03 Feb 2020
1 answer
121 views

Hi all,

I am trying to Encrypt the password in the telerik designer report source , kindly help me to resolve this issue.Image is attached for reference.

Todor
Telerik team
 answered on 31 Jan 2020
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?