report

How to pass parameters to devexpress XtraReport from combobox

让人想犯罪 __ 提交于 2019-12-11 15:42:00
问题 I have a form that contains 3 comboboxes and a button like shown below and a report that containes 3 parameters that are bounded to richtext i used the following code for this process when clicking the button Print but parameters aren't passed and richtext fields are empty private void btnPrint_Click(object sender, EventArgs e) { // Create a report instance. var report = new XtraReport1(); // Obtain a parameter, and set its value. report.ClassName.Value = cmbClass.SelectedText; report

Change Table Size Prawn

僤鯓⒐⒋嵵緔 提交于 2019-12-11 15:39:45
问题 Hi guys I'm doing a ruby ​​report using prawn! how can I change the size of the table? Code: require "prawn" require "prawn/table" logo=Dir.pwd+"/logo.jpg" arr = ['a', 'aa', 'aaa', 'ddd', 'eee', 'fff'] arr2 = ['aa', 'bb', 'cc', 'dd', 'ee', 'ff'] arr3 = ['a', 'b', 'c', 'd', 'e', 'f'] Prawn::Document.generate("rapportino.pdf") do move_down 10 image logo,:width=>540,:height=>60 move_down 30 text "Ragione Sociale: "+ARGV[0] move_down 30 text "Nome Cantiere: "+ARGV[1] move_down 30 text "Note: "

Error when trying to view SSRS Subscriptions in Report manager Url

懵懂的女人 提交于 2019-12-11 14:21:24
问题 Our report server database was moved to a new environment. Subscriptions work well with most users/owners. However, we have issues with one not working. changes were made with the query below: DECLARE @OldUserID uniqueidentifier DECLARE @NewUserID uniqueidentifier SELECT @OldUserID = UserID FROM dbo.Users WHERE UserName = 'DOMAINA\OldUser' SELECT @NewUserID = UserID FROM dbo.Users WHERE UserName = 'DOMAINA\NewUser' UPDATE dbo.Subscriptions SET OwnerID = @NewUserID WHERE OwnerID = @OldUserID

How to use Stimulsoft Report for C# and Excel file importing in gridview?

99封情书 提交于 2019-12-11 14:12:12
问题 I created an app which load a sheet of Excel file and shows its content in gridview. I just want to use Stimulsoft Report to create a report for all records and export it in PDF file. How can I do that ? 回答1: If you already have the StimulSoft Report template created then you can refer the below code to fill and register your data with it and display/Export. public void CreateStimulSoftReport() { StiReport stReport = new StiReport(); //If Template has already been created then load that

SSRS Report Builder 3.0 Row Grouped records count

北慕城南 提交于 2019-12-11 14:08:52
问题 Need help to display the grouped row count in report builder. I want to get the rowcount of grouped records. RowCounts("DatasetName") is giving the total rowcount of the dataset but if the dataset is grouped in reports it still gives the total row count. i want to display the grouped records count. Thanks in advance. Thanks 回答1: I use =CountRows() or =CountRows("Group_Description") instead, where "Group_Description" is whatever you've named the group. 来源: https://stackoverflow.com/questions

Set parameter back to default value in SSRS

雨燕双飞 提交于 2019-12-11 13:50:45
问题 Is there a way that a parameter value can be reset to it's default once the 'view report' button has been pressed. I have a report with a free text input parameter that inserts users comments into a sub report contained within this report. They add their notes then hit view report, this re runs the report with their notes visible. The only problem is that the parameter box still contains the note they added previously - I've set the parameter to have a default value of ' ' which works the

handle this object datasource on reporting services

二次信任 提交于 2019-12-11 13:08:26
问题 If I had a class defined with this attributes public class GestionesDataSet { public DateTime GestionInicio { get; set; } public DateTime GestionFin { get; set; } public Nullable<DateTime> LlamadaInicio { get; set; } public Nullable<DateTime> LlamadaFin { get; set; } public string Login { get; set; } public string Tipificacion { get; set; } public List<CamposGestion> campoValor { get; set; } } And the class called CamposGestion is defined like this public class CamposGestion { public string

How to debug Error Messsage in Odoo

徘徊边缘 提交于 2019-12-11 12:07:49
问题 I have created my Own custom report in which when I print my report at that time the below error message will be created 500: Internal Server Error I don't know where I should start with the problem solution. The log file in /var/log/odoo/ says: and my log file /var/log/odoo/ "MissingError: ('MissingError', u'One of the documents you are trying to access has been deleted, please try again after refreshing.')" Do you have any solution to resolve this problem ?. 回答1: Try Running odoo.py when

changing ASP.NET page timeout

风流意气都作罢 提交于 2019-12-11 11:49:06
问题 I have an ASP.NET web application calling an ASP.NET web service which then itself calls into a report in reporting services for the report to be saved to a file. The whole thing is supposed to wait until the report is there and then return back up the chain with a downloadable pdf report. The problem is that the report takes longer than 90 seconds to generate and the page in the web application times out whilst waiting for it to return from the call to generate the report. The report is

RDLC Reporting with multiple Columns

半腔热情 提交于 2019-12-11 11:30:02
问题 I'm using VS2008 and VS2013 in order to create some small client reports for our customers. However, everything I try to do to make this work is getting me nowhere, and half the tutorials I see either don't apply anymore, or apply differently to either VS2008, VS2010, or VS2013. What I'm trying to accomplish seems easy in concept. The page is to have 3 columns, with a table repeating through the columns. The table had three columns, a customer number, a delivery amount, and then a blank