Telerik Forums
Reporting Forum
1 answer
2.4K+ 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
59 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
376 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
291 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
416 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
243 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
714 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
1 answer
125 views
Hello Telerik Team ,
could you please help me  to generate the charts with Graph report item or provide
any helpful demo vedio ?

I am new with Telerik reporting and i want to generate stacked bar/columns
charts on dynamic data on report, data will be filtered on the basis of report
parameter ,I didn't get the solution after lots of try and R&D and now very
frustrated  , i think i was not able to  Arrange Graph fields
(Categories, Series and values )  so ,data was not properly shown with
graph .i have attached the image with graph which i need to shown and data
which i have , please find the attachment.

Awaiting for  your valuable assistance.



Thanks and Regards

Yashwant 





Nasko
Telerik team
 answered on 20 Jun 2014
1 answer
312 views
Hello Telerik Team ,

could anyone help me please to generate the charts with Graph item or provide any helpful demo vedio ?
I am new with Telerik reporting and i want to generate stacked bar/columns charts on dynamic data on report, data will be filtered on the basis of report parameter ,I didn't get the solution after lots of try and R&D and now very frustrated  , i think i was not able to  Arrange Graph fields (Categories, Series and values )  so ,data was not properly shown with graph .i have attached the image with graph which i need to shown and data which i have please find the attachment.

Awaiting your valuable assistance

Thanks and Regards
Yashwant 



 
Nasko
Telerik team
 answered on 20 Jun 2014
5 answers
272 views
Hello,

I am implementing  project using asp.net mvc 4 platform. I have used telerik report viewer in this project in order to view and export reports.  The requirement is that the report needs to be exported using code and set a dynamic image in this report. There was no problem in exporting the report using code, but i am facing problem to set an image to this report dynamically to the report using code. Specifying again, this needs to be implemented using MVC 4.

The image needs to be set on certain selection e.g. if a company name is selected from list, the logo of that company would be the image to set dynamically(through code).

Someone kindly help me

Thank you,
Stef
Telerik team
 answered on 20 Jun 2014
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?