in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Re: Passing Session Variables

    You should be able to pass them like any other variables Private Sub C1WebReport1_InitializeParametersDialog(sender As Object, e As C1.Win.C1Report.DialogEventArgs) Dim p As C1.Win.C1Report.ReportParameterCollection = e.Parameters p("OrderID").Value = Session("OrderID") End Sub regards...
    Posted to Reports for .NET (Forum) by C1_GregL on 11-02-2007
    Filed under: C1Report, Parameters, C1WebReport
  • Re: C1ReportDesigner

    > i want to generate a report with out html tags like <b><br/> etc......... Then you want EncodeHtml = False. If this still does not work, please provide the version number you're using. I would also suggest you reload your XML file after setting EncodeHtml.
    Posted to WebReports for ASP.NET (Forum) by C1_GregL on 04-28-2008
    Filed under: Html, C1WebReport
  • Data not rendering correctly

    I have created an aging report. In GroupHeader0 I have the sums of my data in the Detail section. These sums work fine. My problem occurs when the details of a group span more than one page. In the webreport itself, the PDF, and the RTF the data from the top detail row is same as the lower detail row...
    Posted to WebReports for ASP.NET (Forum) by originsone on 04-29-2008
    Filed under: render, rendering, C1WebReport
  • Re: C1WebReport Retrieve Data From C1WebGrid

    in dotnetnuke : Code to bind data for C1WebGrid : Dim objmdl_DMHS As New DM_HSController Dim colmdl_DMHSs As List(Of DM_HSInfo) colmdl_DMHSs = objmdl_DMHS.Getmdl_DM_HSs(PortalId, ModuleId) Grid.DataSource = colmdl_DMHSs Grid.DataBind() /* Grid is a C1WebGrid i wanna use this datasource to bind for the...
    Posted to WebReports for ASP.NET (Forum) by nguyenlam03 on 05-15-2008
    Filed under: C1WebReport
  • Re: report export problem

    This issue is with C1WebReport. When you use the HttpHandler render option, the file gets rendered to the client and there are pop-ups. Clients should get a prompt asking to download or open the file. With the latest version of C1WebReport, this appears to work correctly in IE6 and FireFox 3, but not...
    Posted to Reports for .NET (Forum) by C1_GregL on 07-15-2008
    Filed under: C1WebReport, HttpHandler
  • C1WebReport Retrieve Data From C1WebGrid

    I've a C1WebGrid to display data from my database . i wanna use C1WebReport retrieve data from C1WebGrid and Export to Excel or PDF. Thanks in Advance
    Posted to WebReports for ASP.NET (Forum) by nguyenlam03 on 05-06-2008
    Filed under: C1WebReport
  • c1webreport

    How to add a connectionstring to connect to sqlserver database
    Posted to Reports for .NET (Forum) by cshekharin on 03-31-2008
    Filed under: C1WebReport
  • C1WebReport retrieve data from GridView Control In VB.Net

    i wanna to use C1WebReport retrieve data from GridView Control In VB.Net !!! thanks in advance !!!
    Posted to WebReports for ASP.NET (Forum) by nguyenlam03 on 05-06-2008
    Filed under: C1WebReport
Page 1 of 1 (8 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.