Telerik Forums
Reporting Forum
6 answers
1.5K+ views

Hi,

My report uses a multi-value parameter to filter report data and the parameter values are built dynamically from a datasource. By default the report opens as blank because there is no default value set, ideally all of the parameter values should be selected by default ie. to show all data.

I know this is possible by customizing the report controller as per my post here, but I was wondering whether there is a technique for this using only the report designer? a setting on the parameter to "select all values by default" would be the perfect solution.

 

Stef
Telerik team
 answered on 11 Jan 2017
3 answers
181 views

I read http://docs.telerik.com/reporting/table-of-contents, but still have trouble implementing TOC in a sub-report.

 

I have a report with multiple sub-reports, one of which is the TOC. I have set the TocText of each of these sub-reports, however none of them showed up in the TOC subreport.

 

I just want an TOC that show all the subreports, so the user can click on the name and direct to the associated sub reports.

Stef
Telerik team
 answered on 10 Jan 2017
1 answer
260 views

Does anyone have an example of pre-processing the XML of a *.trdx file, then creating an InstanceReportSource from that? I'd like to be able to update specific text, html links, and objectdatasources within the XML directly. I'm note sure if there is a way to deserialize from an XmlDocument into a Report...

Stef
Telerik team
 answered on 10 Jan 2017
3 answers
190 views

Hey

I have a stacked bar chart being formed from a SQL view and the chart is good.  Is there a setting or way to overlay the % of the portion of the bar on top of it? 

So if I have a 3 stacks:

1: 5.4%
2: 40%
3: 54.6%

Can I get those % values to show up on top of the bars?

Thanks
Andrew

Stef
Telerik team
 answered on 10 Jan 2017
1 answer
55 views

2016Q3, Silverlight reportviewer picturebox do not work.  In standalone designer is ok, but in Silverlight reportviewer, the picture can not be displayed.

Stef
Telerik team
 answered on 10 Jan 2017
2 answers
436 views

i like to pass the old report viewer to the new html5 viewer.

in the old viewer the funcionality was,

1)  create the report book 

2)  var instanceReportSource = new InstanceReportSource();

    instanceReportSource.ReportDocument = reportBook;
    ReportViewer1.ReportSource = instanceReportSource;
    ReportViewer1.RefreshReport();

 

in the new html5 how can i do this? I've tried it a thousand ways and there's no way

Zaltius
Top achievements
Rank 1
 answered on 10 Jan 2017
6 answers
155 views

Hello,

I use tabstrip to display my report but when I click on the 3th tab (by example) I need to refresh the report to see the data.

 

Any Idea.

 

Louis
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 09 Jan 2017
1 answer
464 views

The string i am setting the 417 barcode to requires ascii characters 29 (Group separator) and 30 (Record separator) embedded at various places in the label. Somewhere i found that i could insert characters in the report object expression by entering Alt and the decimal ascii code, so alt+29 supposedly gives me the Group Separator. I have done that and my customer says the PDF417 barcode generated does not scan to include those characters. I am ata loss how to do this. Is there a Char() function i could put in the expression, like Char(29)? I've tried that and variation and it produces an error. I am limited to using the standalone report designer.

I have scanned the barcode myself, and since these are non-printable characters, i cannot see evidence of these characters in the resulting text outputted from the scan.

Stef
Telerik team
 answered on 09 Jan 2017
3 answers
528 views

I was wondering if there's a way to do what I need to do with this tool.. Basically I need a multi-row, multi-column detail section in the middle of the page, and more general info surrounding it. For example, if an item number can be associated with many lot numbers this is what I'm trying to do:

ItemNo   ItemNoDetail   LotNo  LotNoDetail  ItemNoDetail ItemNoDetail
                                   LotNo  LotNoDetail
                                   LotNo  LotNoDetail

ItemNo   ItemNoDetail   LotNo  LotNoDetail  ItemNoDetail ItemNoDetail
                                   LotNo  LotNoDetail

 

Any way I can format it like this? I can seperate the lot no as a different sql query, but I'm having lots of trouble trying to get the formatting right

Stef
Telerik team
 answered on 09 Jan 2017
3 answers
676 views
I have a requirement for a report, that when a certain field's value is different from the previous one, I need to add a top border to the cell.
Conditional formatting with the following expression, but it does not produce the desired result. The Last() appearantly does not work in a way I imagined..

= Last(Fields.Name) <> Fields.Name = true

Could I ask for some advice please?
Stef
Telerik team
 answered on 06 Jan 2017
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?