Search

You searched for the word(s): userid:192307

Matching Posts

  • SubTotals

    Hi! I've created a report (using Reporting Services) with a list of value How Can I add a subtotal for a specific change of a value? I've X records with Name - DateTime - Value How Can I insert a subtotal for each month? Thanks
    Posted to SQL Server Reporting Services (Forum) by nixor on 11/30/2009
  • Re: Microsoft Charts and radar

    I don't show erorr in codebehid .... the code is OK in debug mode.... when I show HTML I see the error in my HTML I've <asp:Chart id="Chart2" runat="server" Palette="BrightPastel" BackColor="#F3DFC1" ImageType="Png" ImageLocation="~/TempImages/ChartPic_#SEQ(300,3)" Width="700px" Height="550px" BorderlineDashStyle="Solid" BackGradientStyle="TopBottom" BorderWidth="2" BorderColor
    Posted to Data Presentation Controls (Forum) by nixor on 11/21/2009
  • Re: Microsoft Charts and radar

    Excuse me but I can't resolve my problem... I've made many test but I've the same problem I've a radar chart with 2 series Tmp_MappaCollection tmp_MappaCollection = new Tmp_MappaCollection(); tmp_MappaCollection = Tmp_MappaManager.GetList(tmp_MappaCriteria); for (int i = 0; i < tmp_MappaCollection.Count; i++) { Chart2.Series["Series1"].Points.AddXY(tmp_MappaCollection[i].Description, tmp_MappaCollection[i].Valore); } Chart2.Series["Series1"].IsVisibleInLegend
    Posted to Data Presentation Controls (Forum) by nixor on 11/20/2009
  • How manage X decimals

    Hi! I've a decimal value and in report label I would like to show only 3 decimals.... how can I do this? Thanks
    Posted to SQL Server Reporting Services (Forum) by nixor on 11/18/2009
  • Re: How manage X decimals

    opsss excuse me!!! I'm using reporting services!!
    Posted to SQL Server Reporting Services (Forum) by nixor on 11/18/2009
  • Re: How manage X decimals

    Can you help me???
    Posted to SQL Server Reporting Services (Forum) by nixor on 11/18/2009
  • Re: Microsoft Charts and radar

    :-(( ...how can I show the legend?? Thanks
    Posted to Data Presentation Controls (Forum) by nixor on 11/6/2009
  • Re: Microsoft Charts and radar

    Excuse but I don't know how to add legend ... I've created this dynamic chart the fills X series .... all it's OK but I would like to add a legend for show the color/description of each legend I've read your article but I don't know how to apply you example to my problem Tmp_MappaCollection tmp_DateMappaCollection = new Tmp_MappaCollection(); tmp_DateMappaCollection = Tmp_MappaManager.GetDateValutazioniProfiloAddetto(IDProfilo, IDAddetto); for (int j = 0; j < tmp_DateMappaCollection
    Posted to Data Presentation Controls (Forum) by nixor on 11/4/2009
  • microsoft chart ... view x groups of values in x series

    Hi! I've a problem for show datas in a microsoft chart (spline) I've a data with Y values for each groups (I can have X groups) each group has the same values and I've a "datatime" field that make the difference How Can I view X gruops (X series)?? With a single serie I use: Tmp_MappaCollection tmp_MappaCollection = new Tmp_MappaCollection(); Tmp_MappaCriteria tmp_MappaCriteria = new Tmp_MappaCriteria(); tmp_MappaCriteria = new Tmp_MappaCriteria(); tmp_MappaCriteria.Tipo = "1";
    Posted to Data Presentation Controls (Forum) by nixor on 11/3/2009
  • Re: Microsoft Charts and radar

    Excuse me but I've another problem... I've 2 series ... How Can I view a lengend (description) of each series I would like to show the description of each series (manually insert the description in a specific label) Chart2.ChartAreas[0].AxisY.Maximum = 5; Chart2.Series["Series2"].IsVisibleInLegend = true; Chart2.Series["Series2"].IsValueShownAsLabel = true; Chart2.Series["Series2"].BorderColor = System.Drawing.Color.Red; Chart2.Series["Series2"].Color
    Posted to Data Presentation Controls (Forum) by nixor on 10/26/2009
Page 1 of 62 (616 items) 1 2 3 4 5 Next > ... Last »