I’m having problems with an rdlc local report. When exporting to Excel, I want to keep a table on one page, and if it doesn’t have enough space to entirely move it to the next page.
I have tried the KeepTogether property, but it doesn’t work. I have also tried other suggestions like putting...
Hello,
If I use the code below to draw an Excel chart, that works fine. The data in column A is considered to be the X coordinates, the data in column B the Y coordinates and the line is drawn correctly.
Excel.ChartObjects myCharts =...
Hello,
I have an application that creates an Excel workbook, inserts some data into a sheet and draws a chart based on the data. In the end I would like to make the lines that contain the data disappear.
I can not remove nor delete these lines, in this case the chart also disappears. I could...
Hi,
I have a C# application in which I create some charts in Excel. Everything fine, but I don't seem to find a way to draw a dotted line.
Excel.ChartObjects ChartObjects1;
Excel.ChartObject chartObject1;
ChartObjects1 =...
Thanks, that works and it's what I need, for the solution itself you deserve a star.
But why can't you help someone without trying to show how smart you are and how stupid other people are?
vlad
tsuji
Even if my explanation was not at an university level - it's been a while since I've graduated - and not enough for you, you can state it normally, there is no need to trash me. BTW, your code does not work either with the file I have problems with.
What's wrong whit this? I've also tried...
Thank you for the answer.
I have VS 2005 so had to use XmlNodeList (class NodeCollection not found), but the result is the same. With the attribute nothing happens, when I remove it everything works fine.
vlad
Let me reformulate the question.
I have to process the files even if the value of that attribute is wrong. Is there a way to do it, without having to manually remove the attribute from the files? There are a lot of them.
vlad
Hi,
I've run into this accidentally, with an XML file that was incorrectly generated.
What I do is simply read the attributes of a couple of nodes in a standard way.
XPathDocument Doc = new XPathDocument(XMLFile);
XPathNavigator navigator =...
Not the right forum, but yes, you can do it in ASP.NET, you can query an excel file like a database. Search for OleDbConnection, OleDbCommand, OleDbDataReader.
vlad
lionelhill
The problem you mentioned is well known in the company, we are struggling with it for years. As you said, it's not an easy task.
Our internal search is not as good as Google, but it is acceptable (anyway, it does NOT find cLEAning when searching for Lea) and we are working on...
Hi,
I've found the solution if someone is interested, it's not really obvious.
The date in the custom property has to be in the format "D:YYYYMMDD" in order to be correctly indexed and afterwards found during the
search.
vlad
Hi,
I've added a couple of custom properties (metadata) to a set of pdf documents, then built an index for these documents. The custom properties are also defined in the index.
When I use the advanced search and the index to search for these user defined properties everything works fine for...
Hi and thanks for the input.
anotherhiggins
We will check that, but this is a .NET/C# application, embedding java could be an overkill.
tf1
We don't need to preview Office documents on the server, the web application itself runs on the server. It is a kind of search application that allows...
Hi,
I hope it's the right forum to ask this.
We have a web application that needs to display a preview of Office documents. The server on which the application runs does not have Office installed on it (it's not allowed), so we are looking for an alternative 3rd party SDK that we could use to...
Thanks for your input, although it contradicts my thoughts. Personally, if I had a web site I wouldn't like other people rebuilding it with external content in their own interest. Maybe I'm too old fashioned.
To clarify one point: the headquarters are in the E.U., but the company is spread all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.