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.
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.
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...
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
2016Q3, Silverlight reportviewer picturebox do not work. In standalone designer is ok, but in Silverlight reportviewer, the picture can not be displayed.
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
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.
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.
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