Telerik Forums
Reporting Forum
13 answers
654 views
Hi there,
I am new to the forums and we are just about to purchase the reporting module. I am just looking to see if there are any exaples, or ideas of how to create a month report, which shows items for each day?

Basically I have an application which has a bunch of items with a scheduled date. The order, and the time do not matter, just the names of the items displayed for each day, and looking like a full calendar. So even days with nothing would be displayed.

I am creating this so I can print it off and leave it on location of what days certain projects have to start etc.

Hope this akes sense and thank you in advance for your help!
Jase
Nasko
Telerik team
 answered on 24 Jun 2014
1 answer
93 views
Hi

I currently have created a Telerik report.

The Web form works fine, problem i am having is when i email the report(from VB code) i am receiving the PDF but with blank pages inserted after every page.

Please could someone assist.

I have also tried exporting the data from the web form to PDF and this issue does come up.


Any idea what could be the cause

Ismail
Top achievements
Rank 1
 answered on 24 Jun 2014
1 answer
88 views
#ASP.NET #MVC #localization

I created a test report to prove if I can change values in StyleSheet programmatically and it worked, so I used EXACTLY the same method with another existing report.

My web application need specific Style for items with every cultures localized. I don't want to use traditional way of localizing (through .resx) because there're too many items within my reports that need localizing (almost every item).

Any advice in this matter would be appreciated.
Stef
Telerik team
 answered on 24 Jun 2014
1 answer
2.5K+ views
I have a report where I would like to format in red all values that are null in the column "Unit" and fill in the field "!!!"
I have tried the following but I am not succeeding:

The value "Unit" is a string

Expression:IIF(IsNull(Fields.Unit,True),True,False) 
Operator: =
Value: =Null

How can I achieve the needed result?

Thanks,
Felice

Stef
Telerik team
 answered on 23 Jun 2014
1 answer
62 views
Hi

I currently have a sub report in my main report which uses the main report parameter to filter data.

I would like to know is it possible to show the labels in the sub report even if there is no data for that parameter?
Stef
Telerik team
 answered on 23 Jun 2014
5 answers
392 views
I am having the question how to pass the Date parameter in the Report viewer ? Other than drop down values can we pass the calendar control in the header and filter the data ?

Please advise.
Stef
Telerik team
 answered on 23 Jun 2014
1 answer
299 views
Hi,
I'm using telerik reporting tool Q3 2012 for my asp.net web application. What i'm facing now is when i use firefox, it is showing error while clicking print button. And while using chrome it works fine, it prints directly. but in IE, Opera and Safari it downloads it as pdf and from that file we need to print. Is there is any way for print the document in telerik reportviewer using an external print button?


Thanks,
Mohammed
Stef
Telerik team
 answered on 23 Jun 2014
7 answers
429 views
Hello,

I am having issues with exporting from the report viewer in certain browsers. In Opera, Chrome, and IE I am able to select a format and  click the export link and export the report. In Firefox I have to select a export format, then refresh the report viewer then I am able to click the export link, but you can't click the link to export unless you refresh after selecting an export format. In Safari I am unable to select a format at all, and cannot click the export link. Any help is greatly appreciated. (If it helps I am using Version 6.0.12.215)

Thanks,
Brad
Stef
Telerik team
 answered on 23 Jun 2014
4 answers
254 views
Hi, 
I want to access the Report Parameters in the back end of the report (I am using HTML5 report viewer). As explained for the normal report I have tried accessing the parameters in NeedDataSource. But the value of the parameter is Null even in NeedDataSource. Can you guys explain me this. ? 

Kunal Bagga
Top achievements
Rank 1
 answered on 23 Jun 2014
5 answers
746 views

Hi, it seems like this should be simple, but I must have a scope or a namespace wrong.  Any help would be appreciated.  Using Telerik.Reporting in C#.NET, Winforms.

I am trying to generate a report for an invoice.  Using the Invoice object as a datasource wasn't working for me, so I instead am using the LineItems as the datasource.   However, there is a lot of header data that I don't want to have to use ReportParameters for - I have the Header as an object, so I'd like to reference the Header directly from the designer.

So I have this as my class code: 
    public partial class InvoiceBalancingReport : Telerik.Reporting.Report
    {
        public InvoiceHeader Header { get; set; }

        public InvoiceBalancingReport(Invoice inv)
        {
            //
            // Required for telerik Reporting designer support
            //
            InitializeComponent();

            Header = inv.Header;
            DataSource = inv.LineItems;       
        }

In a TextBox in the PageHeader section of the report, I then have [ = Header.InvoiceID ] as the text value.

But when I run the report, it cannot find the Header object.  So how do I access that public member variable of the report object?

Chris
Top achievements
Rank 1
 answered on 20 Jun 2014
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?