Questions tagged as 'devexpress'

0
answers

Border in devexpress subreport

Has someone been able to add a border to a subreport, with devexpress ??     
asked by 11.02.2018 / 18:42
0
answers

Someone knows how to play with the margins of android studio

How I have a problem with devExpress I need to do a subreport, generate a tableadapter linked to a stored procedure that brings me information through a parameter "id", I do not know how to associate it with code the value of my id to my paramet...
asked by 05.02.2018 / 20:30
1
answer

Update Combobox (DevExpress) in Main Form when closing Form secuandario vb.net

Good afternoon colleagues of the informatica I resort to your very good help I am worked with SQL 2012 and VB 2015 with devexpress component I have a problem and it is the following I have two form we will put form 1 and form 2   what I want is...
asked by 29.04.2018 / 01:55
0
answers

Problem with DevExpress.Web.v11.1 and DevExpress.XtraReports.UI.XtraReport Version = 11.1.8.0

I recently migrated an ASP.net solution from VS2010 to VS2015 but at the time of running the project I get these errors: Severity Code Description Project File Line Suppression State Error 'Could not load file or assembly' DevExpress.Web.v11....
asked by 24.01.2018 / 19:31
1
answer

Change the font type in XtraReport of DevExpress

How can I change the font type in a specific record, regardless of the size or style of the font? Example: 1101 Caja y Banco 10,000.00 esto lo quiero en negrita 110101 5,000.00 110102 5,000.00 estos...
asked by 02.01.2018 / 19:38
0
answers

Buttons disabled after file download

After downloading an excel with the grid data all my buttons on the page lose the functionality (search button to refresh the grid with other parameters and download a new excel with other data, eg dates). I have tried to force him to refresh...
asked by 06.11.2017 / 12:40
1
answer

How to get the full path of a selected node of Treelist DevExpress?

I have a treeList (DevExpress) and I want to get the complete path of a selected node in a label. For example: Parent_Node \ Nodo_Hijo \ Nodo_Nieto ... , something like the treeview fullpath of native Windows forms. Path : Dxperience...
asked by 01.09.2017 / 02:15
0
answers

ReportViewer- Devexpress, when exporting to XLS the totals are lost

<%@ Register assembly="DevExpress.XtraReports.v17.1.Web, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraReports.Web" tagprefix="dx" %> <asp:Content ID="Content1" ContentPlaceHolderID=...
asked by 31.07.2017 / 23:29
1
answer

Error message: connectionString property has not been initialized

I'm doing a project in visual basic and devexpress. When I compile the software in visual studio, everything works fine, but when I run the program installed on the pc and I want to access a dashboard, I get the following error: No se pued...
asked by 15.06.2017 / 10:30
1
answer

Time range in a TimeEditFor with DevExpress

I am doing a TimeEdit with devexpress and I need only certain ranges to be chosen, my code is as follows: itemEndDate.SetNestedContent(() => Html.DevExpress().TimeEditFor(model => model.EndTime, settings =>...
asked by 23.02.2017 / 20:47