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
I am building reports that I would like to embed a picture in. This way I can deploy the file to clients with the picture in the file.
Can this be done.? Currently the picture does not display as the picture file is on my computer and not my customers.
THanks.
Hello Forum
I have a report that contains a pie chart and I want to use the datapointlabelconnector (the little line linking the % to the section of the pie chart) only for sections in the pie chart that are too small to fit the actual datapoint label.
The sections of the pie chart correspond to a series group in the graph. The expression for the DataPointLabel is:
= Sum(Abs(Fields.Exposure)) / CDbl(Exec('graph2', Sum(Abs(Fields.Exposure))))
How can I write a conditional formatting expression for the "DataPointLabelConnectorConditionalFormatting" that will use label connectors only when the datapointlabel value is less than 5%?
Thanks,
Derek