report

How to publish html report inside VSTS

六月ゝ 毕业季﹏ 提交于 2019-12-08 20:42:47
I have a simple batch (let's call it run_job.bat ) job that I set up in VSTS as release definition . VSTS reads this file from the remote git repository that is also set up in VSTS. The agent is configured on a remote machine to access certain folder, say C:\AllScans\FolderWhereScanIsRunning\ bring the necessary batch file in there and start the run. The job runs some scan against web application and generates report file with some unknown for me extension. Another job then runs as queue in VSTS (let's call it run_report.bat ) that transforms this unckown file to zip file where .html , .css

How to show Image from byte array in Microsoft report

早过忘川 提交于 2019-12-08 18:48:23
问题 I am using a Report file and a ReportViewer control to show a report which loads data dynamically from objects during run-time. I need to show an image which is stored as a byte array in the object. The PictureBox's value is currently set to: =First(Fields!ImageData.Value, "dtstItemImage") And I set the DataSource using: ImageBindingSource.DataSource = this.item.Image.ImageData; The code compiles and runs but the image is not displayed in the report . Is this because the PictureBox needs to

RDLC Format Textbox Expression

倾然丶 夕夏残阳落幕 提交于 2019-12-08 11:51:57
问题 I have a textbox that should display "interest" value in this format for example "(5%)". The Dataset Interest field has datatype System.Decimal. If I don't format the textbox it just displays "5" on the report page. Currently in my designer I have Interest «Expr» Then the report page displays Interest 5 Back to my problem I want to display something like this Interest (5%) How can I format the Interest expression «Expr»? Please help. I'm new to RDLC. 回答1: Just concatenate the expression. For

crystal reports split string formula

谁说我不能喝 提交于 2019-12-08 11:42:09
问题 I'm trying to only show the date portion of a string field. This is the format of the string: STARTED:/ 03/23/1983 TIME:/ 03:12 I need to remove "STARTED:/" and "TIME:/ 03:12" and only show the date portion of the string: 03/23/1983 . What formula can I use to do that? Thanks 回答1: The Crystal Reports help file is your friend and should be your first stop for simple questions on built-in functions and data types. In CR strings are just stored as character arrays so you can access them like

Crystal Report rendered differently on server and development machine

五迷三道 提交于 2019-12-08 09:39:08
问题 I'm working on a ASP.Net application (.Net 1.1) with Crystal Reports 2003. I have created a report with some Text Objects and Data Fields (Report title, Company title, Date, etc.) which are retrieved from a DataSet. Most of them are using the default font (Times New Roman / 10pt). Everything looks fine on the development machine, but when I install the application to the server and print the report, practically all of the fields are "messed up". By "messed up" I mean: fields look as if their

hiding and removing white space of header in ssrs report

谁说我不能喝 提交于 2019-12-08 09:18:04
问题 I'm working on ssrs report,i need to hide the header on last page for that I did visibility changes to the controls inside the header whatever I used. I used this code =IIF(Globals!PageNumber = Globals!TotalPages - 1 or Globals!PageNumber = Globals!TotalPages ,true,false) it's working fine. but after hiding the header controls the header white space showing on last page. i need to remove the white space occupying by header is there any way to remove that. 回答1: You are hiding the controls on

Reports in rml of Openerp

删除回忆录丶 提交于 2019-12-08 08:04:04
问题 In my purchase order report template i have a table that displays purchase order line details.that is the products i added in the purchase order.but when a minimum of 20 products is added the products in the template just overwritten on the footer of my purchase order template. i used tag for breaking page but didnt work. <condPageBreak height="600"/> any help? 回答1: By changing the height of the frame the problem gets resolved. my original frame id defenition was as follows: <frame id="first"

Set a selection of text to bold inside a RichTextBox

爷,独闯天下 提交于 2019-12-08 06:57:01
问题 In an MS-Access RichTextBox on a Report, I want to make a selection of the text bold. I found this post on a forum which explains how to do this in VB6. I tried the same in MS-Access, both with a normal Access textbox with the Text Format property set to Rich Text and a Microsoft Forms 2.0 TextBox added via the ActiveX Controls dialogue box, neither works. I know VBA is based heavily on VB6 so my logic is if it can be done in VB6, I should be able to do it in Access. Am I right? Is it

How to publish html report inside VSTS

可紊 提交于 2019-12-08 05:22:39
问题 I have a simple batch (let's call it run_job.bat ) job that I set up in VSTS as release definition . VSTS reads this file from the remote git repository that is also set up in VSTS. The agent is configured on a remote machine to access certain folder, say C:\AllScans\FolderWhereScanIsRunning\ bring the necessary batch file in there and start the run. The job runs some scan against web application and generates report file with some unknown for me extension. Another job then runs as queue in

PDF report Generation in Zabbix is not working

∥☆過路亽.° 提交于 2019-12-08 04:50:43
问题 I am trying to add pdf report generation module onto zabbix from the below repo: https://github.com/SandipSingh14/Zabbix_ I have created tmp and report folders. Looks like the PDF's are not getting created on the server, not sure why! Please see a snapshot of the request below: Error Snapshot PHP Config File: <?php //CONFIGURABLE # zabbix server info(user must have API access) $z_server = 'http://10.10.100.122/zabbix'; $z_user = 'admin'; $z_pass = 'zabbix'; # Temporary directory for storing