Telerik Forums
Reporting Forum
8 answers
793 views
http://www.telerik.com/help/reporting/advanced-creating-multi-column-reports.html

I know that the PageHeader/PageFooter becomes calculations of the Page  margins, but is it possible to have multiple columns DetailSection with a full width section in the ReportHeader/ReportFooter

I have a group header that needs to change with the group s at the header and I have footer comments that need to span the entire width.

Can this be tweeked within the ItemDataBinding/Bound event to change the adjust the section width.

Thanks
Steve

Todor
Telerik team
 answered on 18 Sep 2018
1 answer
146 views

Hi There

I have this code:

                var typeReportSource = new Telerik.Reporting.TypeReportSource();
                typeReportSource.TypeName = fullReportType;

                var parameter = new Telerik.Reporting.Parameter();
                parameter.Name = "ID"
                parameter.Value = "12345"

                typeReportSource.Parameters.Add(parameter);

                ReportViewer1.ReportSource = typeReportSource;
                ReportViewer1.RefreshReport();

 

and i get an eather empty reports or an error

An error has occurred while processing Report 'Option1perJob':
Conversion from string "" to type 'Integer' is not valid.
------------- InnerException -------------
Input string was not in a correct format

 

While debugging I see that Parameter is not being set to Value and remains empty.

Please Help.

Thank you,

Boris
Top achievements
Rank 1
 answered on 17 Sep 2018
1 answer
1.1K+ views

Why can not I change the background image position? My case: I need an image exactly on the spot , including the page footer. If I know the image can be embedded to include the page footer only through the background. How do I set the position of the image?

 

Best regards

 

Adrián Petráš

Todor
Telerik team
 answered on 17 Sep 2018
1 answer
449 views

I'm facing report viewer issue after upgrading to Telerik.Reporting 12.1.18.620. I'm using NuGet Package.

The Problem is the report started to display like Image 1 after upgrade. 

I tried to fix it little bit by adding the below styles

.trv-report-page {
  height: 700px !important;
}
.trv-report-page > .sheet {
  height: 700px !important;
}

Now the report is showing but with 2 horizontal scrollbars as Image 2.

Here is my container style

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

 

Silviya
Telerik team
 answered on 17 Sep 2018
3 answers
594 views
Where can I find a sample project that uses data bound standalone reports in a web or wpf application? I see all kinds of code snipets, but I can't find a simple example that works end to end.
Silviya
Telerik team
 answered on 14 Sep 2018
0 answers
152 views

Hi,

I have create report template using Telerik report designer as described in (https://docs.telerik.com/reporting/standalone-report-designer-report-templates).

I want to use that template when creating new reports from within VS 20017. I have report library within my project and I would like that when I am creating new report, to use that template so I do not have to repeat report look and fell for all my reports.

How can I do that, knowing that I have the report template created.

Regards,

Omar

 

Omar
Top achievements
Rank 1
 asked on 12 Sep 2018
6 answers
226 views

Hello,

 

I'm trying to implement the HTML5 report viewer into my angular application. However during packages installation I get the following warnings:

npm WARN @progress/telerik-angular-report-viewer@3.18.323 requires a peer of @angular/common@^4.0.0 but none is installed. You must install peer dependencies yourself.

npm WARN @progress/telerik-angular-report-viewer@3.18.323 requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself.

My verions on @angular/common and @angular/core is 5.2.5. Is there any compatibility issue? What are my options now (beside downgrading angular version)?

 

Best regards,

Marcin

Silviya
Telerik team
 answered on 12 Sep 2018
2 answers
334 views

I am using kendo reporting v 11.x. and MS SQL Server 2016.

Firstly, I created a stored procedure that returns a list of person.

Then, I created a simple blank kendo report using visual studio 2017.

Inside the report, I then created a from the kendo reporting toolbox.

Lastly, I selected the stored procedure and dragged a table using the toolbox and then I opened data explorer dragged the field names from the data source.

Please take a look at the attached files. 

the design tab as shown in the picture my procedure is called multiple times. I verified this by writing an insert query on my procedure. , I click the design time, I could see the data getting inserted multiple times

My procedure:

Alter PROCEDURE SpPersonSel

AS
BEGIN

SET NOCOUNT ON;

INSERT INTO .Test
    (
        [Name]
    )
    VALUES
    (
        'abc'  -- Name - varchar(50)
    )
   SELECT p.* FROM dbo.Person AS p
END
GO

 

Todor
Telerik team
 answered on 12 Sep 2018
2 answers
142 views

Hi,

when using the choropleth map wizard and select range grouping = EqualInterval.

Is there a way to control the number that is instead of 4560 - 10599, to be changed to 4500 - 10 600.

I hope to get help soon.

Regards.

Omar
Top achievements
Rank 1
 answered on 12 Sep 2018
15 answers
1.8K+ views
hi ,

i need to create a report which has a couple of drop downs as parameter(filters). each drop down is populated through calling a stored procedure.
my problem is that when i create a dataset and bind it to my drop down and when i add those drop downs to my telerik report, the drop downs won't be populated. do you know why?
is this doable at all using telerik report to have dynamic drop down parameters?

thanks
zahra
JOSE
Top achievements
Rank 1
 answered on 11 Sep 2018
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?