Questions tagged [componentone]

ComponentOne, a division of GrapeCity, provide customers with the premier studio of innovative UI controls, tools, and solutions including deep functionality reporting, analysis, and spreadsheet platforms. Develop rich Windows Forms, WPF, ASP.NET, MVC, Silverlight, Windows Phone, Mobile, or ActiveX applications.

ComponentOne, a division of GrapeCity, has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications. This includes ComponentOne Studio Enterprise, which represents a broad and complete set of tools and solutions for Microsoft Windows, Web, and Mobile application developers. ComponentOne has continued leadership in the Microsoft Visual Studio component industry and is a premiere partner of Microsoft.

Please note: Questions with this tag include issues/walkthrough/queries regarding UI controls, libraries and tools produced under the banner of ComponentOne:

  1. Studio For WinForms
  2. Studio For WPF
  3. Studio For ASP.NET Wijmo
  4. Studio For IPhone
  5. Studio For SilverLight
  6. Studio For Windows Phone
  7. Studio For WinRT XAML
  8. Studio For LightSwitch
  9. Studio For ActiveX 10.Studio For SharePoint 11.Active Reports 12.Active Analysis

Related Tags on StackOverFlow are :

214 questions
0
votes
1 answer

How to wrap text around an image in ActiveReports 7?

Is anyone aware of a way to get text in an ActiveReport to wrap around an image similar to floating an image to the right using CSS? I want the text to print in the available space to the left of the image, and when there is enough text, to print…
0
votes
1 answer

Adding filters to an Excel document using C1Excel(ComponentOne) and C#

Can someone show me how to add filters and how to freeze rows in excel using C1Excel(ComponentOne) and C#? //step 1: create a new workbook C1XLBook logBook = new C1XLBook(); XLSheet logSheet = logBook.Sheets[0]; I…
Ashwin Patil
  • 1,307
  • 1
  • 23
  • 27
0
votes
2 answers

C1ReportViewer printing cutting off bottom of each page, Silverlight

I am having a problem with C1ReportViewer. when I go to print. each page gets about 1/2 the last row and the page number cut off. it is like it want to print all the way to the bottom of the page. I have been playing with some of the properties in…
user1594067
  • 107
  • 1
  • 9
0
votes
1 answer

ComponentOne Combobox Interactions MVVM

I am working with ComponentOne WPF Controls with MVVM Pattern. I have the following in my ViewModel: public ICommand ClientsEnter { get { if (this.m_ClientsEnter == null) { …
0
votes
1 answer

Is it possible to impersonate the datasource when rendering an RDLX in ComponentOne ActiveReports WebService?

I'm currently implementing a report viewer in SilverLight, and I want to know how to impersonate the datasource when rendering an RDLX in ComponentOne ActiveReports WebService?
Alexandre Brisebois
  • 6,599
  • 12
  • 50
  • 69
0
votes
1 answer

Is it possible to load RDLX files from an SQL Server in ComponentOne ActiveReports?

Is it possible to load RDLX files from an SQL Server in ComponentOne ActiveReports? I currently have the need to store the RDLX files in a third party service. I'm also using the webservice to render the reports becaus the viewer is in SilverLight.
Alexandre Brisebois
  • 6,599
  • 12
  • 50
  • 69
0
votes
3 answers

trouble in windows8 metrostyle app pdfviewer( using c1pdfviewer)

.sir I am developing a pdf viewer for this I used C!pdfViewer (from componentone.com).while running it giving me an dialogbox saying that "thanks for evaluating componentone studio for winRTxaml when you ready to purchase the product please visit…
0
votes
0 answers

Issue rendering PDF with ActiveReports7

I have this report that can't be rendered properly to PDF using ActiveReports7.0. It used to be working correctly with ActiveReports3.0. The error log I'm getting is as follows. at #mqc.#Aqc.#rn() at #mqc.#8qc.#7Zc(Stream stream, #1rc securityInfo)…
Meanne
  • 1
0
votes
1 answer

Component One Pdfviewer override save button

Is there any way to override the save button on a PDFViewer from Component One?
Corey Witherow
  • 2,472
  • 2
  • 26
  • 37
0
votes
1 answer

How do I set the data from the dataset to a combolist in c1flexgrid?

How do I set the data from the dataset to a combolist in c1flexgrid? I've tried this: GridSales.Cols(5).ComboList = row("Unit") but it doesn't show all data from the dataset in the combolist of grid?
naychi
  • 1
  • 1
0
votes
3 answers

Page header on two subreports of different length side by side (ActiveReports)

I have a report that contains two main subreports, each taking a vertical half of the page, so they go side by side. Each has their own page header which I emulate by using a groupheader and seting the RepeatStyle property to OnPageIncludeNoDetail.…
Alejandro B.
  • 4,807
  • 2
  • 33
  • 61
0
votes
1 answer

Component One Report Viewer Find

I have a silverlight application which has a Component One Report Viewer in it. When using the "Find" option from the Toolbar in the Report Viewer, the Text randomly finds text that was not typed. For instance if I type Commercial into the box, it…
Corey Witherow
  • 2,472
  • 2
  • 26
  • 37
0
votes
3 answers

Memory Leak / Form not being garbage collected

I'm tracking down a Memory leak within an MDI application. Opening, and then closing the form results in the form staying in memory. Using Ant's memory profiler, I can get the following graph of references keeping the form in memory. I have removed…
Gregory
  • 501
  • 6
  • 13
0
votes
1 answer

ComponentOne for WinRT: Gauge Pointerlength error?

Whenever I add a ComponentOne gauge to my page, I receive the following exception: WinRT information: The property 'PointerLength' was not found in type 'C1LinearGaugePointer'. my Xaml looks like this:
Mina Wissa
  • 10,923
  • 13
  • 90
  • 158
0
votes
2 answers

How can I use C1DateEdit in C1TrueDBGrid?

I need bind DateTime to C1TrueDBGrid and allow to edit the value . the default control is DateTime Picker , but I need edit hour and miniute . SO , How can I use C1DateEdit in C1TrueDBGrid ?
xiemails
  • 843
  • 3
  • 8
  • 10