Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Aswanth

@Aswanth
About
Posts
11
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Generating HTML Reports in C#
    A Aswanth

    Thank You Mr.Deepak Kumar for giving me the Reply.. What I want is to Generate the HTML REPORTS with the XML Data in C#.. the Data could be Changed(Either Some Data will be Added or Deleted or Edited--- Updated Data).. So with this I want to Generate the HTML Reports in C#.. How to Do this.. Thank You..

    ASP.NET csharp html asp-net xml

  • Generating HTML Reports in C#
    A Aswanth

    Hi.. I'm Using Asp.Net with C#.. I want to Generate HTML Reports in C# with XML Data.. This is my XML Data(xml_Data.xml) <Page_Details> <Log Page="show_Page.aspx" Time="07:05:07:32636" Type="Master" ID="1" /> <Log Page="show_Page.aspx" Time="08:10:20:32636" Type="Master" ID="2" /> <Log Page="show_Page.aspx" Time="09:15:20:32636" Type="Master" ID="1"/> <Log Page="show_Page.aspx" Time="05:20:45:32636" Type="Master" ID="3"/> </Page_Details> Please give me the Suggestions in doing this.. Thank You..

    ASP.NET csharp html asp-net xml

  • Generating HTML Reports in C#
    A Aswanth

    Hi.. I'm Using Asp.Net with C#.. I want to Generate HTML Reports in C# with XML Data.. This is my XML Data(xml_Data.xml) <Page_Details> <Log Page="show_Page.aspx" Time="07:05:07:32636" Type="Master" ID="1" /> <Log Page="show_Page.aspx" Time="08:10:20:32636" Type="Master" ID="2" /> <Log Page="show_Page.aspx" Time="09:15:20:32636" Type="Master" ID="1"/> <Log Page="show_Page.aspx" Time="05:20:45:32636" Type="Master" ID="3"/> </Page_Details> Please give me the Suggestions in doing this.. Thank You..

    Web Development csharp html asp-net xml

  • How to Generate HTML Reports in C#..
    A Aswanth

    Hi.. I'm Using Asp.Net with C#.. I want to Generate HTML Reports in C# with XML Data.. This is my XML Data(xml_Data.xml) <Page_Details> <Log Page="show_Page.aspx" Time="07:05:07:32636" Type="Master" ID="1" /> <Log Page="show_Page.aspx" Time="08:10:20:32636" Type="Master" ID="2" /> <Log Page="show_Page.aspx" Time="09:15:20:32636" Type="Master" ID="1"/> <Log Page="show_Page.aspx" Time="05:20:45:32636" Type="Master" ID="3"/> </Page_Details> Please give me the Suggestions in doing this.. Thank You..

    XML / XSL csharp html asp-net xml tutorial

  • How to Get Data from Microsoft Excel Sheets in C# for Generating REPORTS in SSRS 2005..
    A Aswanth

    I'm Using Asp.Net with C# & SSRS 2005 for Generating Reports.. I'm Having HUGE Data in Microsoft Excel Sheets .. I want to Get this Data from this Microsoft Excel Sheets & to Generate REPORTS in SSRS 2005.. Please give me the Suugestions for Doing this.. Thank You..

    Database csharp asp-net sql-server tutorial

  • Generating REPORTS DYNAMICALLY in Sql Server Reporting Services (SSRS 2005)
    A Aswanth

    Hi, I'm Using Asp.Net with C# & Sql Server 2005.. I'm Generating Reports in SSRS 2005.. I want to Generate the Reports DYNAMICALLY in Local Mode at web-based applications.. Here I'm having One Stored Procedure which Returns UserID's.. I want to Display all the ID's in One DROPDOWNLIST Control.. By Selecting the ID's from Dropdownlist control, I want to Generate the Reports(Dynamically).. How to Do this.. Please give me the Suggestions... Thank You

    Database csharp database sql-server asp-net sysadmin

  • DYNAMICALLY Generating Reports in SSRS-2005
    A Aswanth

    I'm Working with Asp.Net with C#.. & I'm Generating Reports in SSRS-2005.. Till Now I'm Generating Reports in SSRS-2005 with Stored Procedure.. in Which I'm Generating Reports for One Particular User Details(ie I wrote Stored Procedure for Getting One Users Details).. Now I Want to Generate the Reports for Different Users DYNAMICALLY (Here, I wrote another Stored Procedure which contains UsersID's as Input Parameters.. when we give the User ID then that Particular User's Details will be Executed).. Here I want to Place one Dropdownlist Control which contains All the User's ID's.. After selecting the Particular User ID, I Want to Generate that User's Details REPORT.. I done this as like that I generated Report for One User(ie as like First Report).. But it is Not Working.. Please give me the Suggestions for this... Thank You..

    Database csharp asp-net database sql-server

  • Field Expressions in Sql Server Reporting Srevices(SSRS)-2005..
    A Aswanth

    Then How Can I Solve my Problem ..

    Database sql-server csharp database sysadmin help

  • Field Expressions in Sql Server Reporting Srevices(SSRS)-2005..
    A Aswanth

    Hi.. I'm Using the following Expression for Division in SSRS-2005 in C# Web Applications.. =Round(((Fields!Price.Value*100)/Sum(Fields!CPU.Value, "DataSet1_AmountDetails")),2) & "%" When I'm Using this Expression i'm getting the Result as i'm expecting .. ie.. 10.25%, 15.45%, 12.14%,..... But the Problem is When i'm adding all the Values it is giving me 102.56%.. But I want to Show the Chart for only 100%.. If i'm not adding this Decimal points i'm getting the Total of 99%.. (ie 10,15,12,.......) What can I do Now for getting the Chart to Show the Result of 100%.. Please give me any Suggestions.. Thank You..

    Database sql-server csharp database sysadmin help

  • Working with SSRS-2005 Reports in C# Web Applications..
    A Aswanth

    Thank You for Replying Me.. How to do this.. This is the Expression i'm using for Round.. =Round((Fields!Price.Value*100)/Sum(Fields! CPU.Value, "DataSet1_AmountDetails")) & "%" Now how can I specify the Number of dps to round..

    Database csharp sql-server help question

  • Working with SSRS-2005 Reports in C# Web Applications..
    A Aswanth

    I'm Working with SSRS-2005 Reports in C# Web Applications.. I'm having One Doubt regarding Division.. In Chart Control (Pie-Chart Type) (Properties--> Data--> Values--> (Select Edit)--> EditChartValues--> PointLabels-->Label-Expression) I'm Using the Following expression.. =Floor((Fields!Price.Value*100)/Sum(Fields! CPU.Value, "DataSet1_AmountDetails")) & "%" In Chart Control(Pie-Chart Type).. I'm getting Output as.. 10%, 15%, 12%, 7%, 27%, 14%, 14% ... If I'm Using the Following Expression in Chart Control (ie I'm Not Including FLOOR here).. =((Fields!Price.Value*100)/Sum(Fields!CPU.Value, "DataSet1_AmountDetails")) & "%" In Chart Control(Pie-Chart Type).. I'm getting Output as.. 10.2564789456%, 15.457893652145%, 12.877895632%, 7.9845678987%, 27.12348532%, 14.6547863254%, 14.7550103026% ... Even I Used ROUND Instead of FLOOR in My expression.. I'm getting my Output as.. 10%, 15%, 13%, 8%, 27%, 15%, 15%.. which gives me the Total Percentage is More than 100%.. I want to show my Reports for Only 100%... This is the Problem i'm facing when i'm Using Round --------------------------------------------------------------------------------------------------------------- But I Want the OutPut as 10.25%, 15.45%, 12.87%, 7.98%, 27.12%, 14.65%, 14.75%... How can I do this... Please give me the Suggestions for doing this... Thank You..

    Database csharp sql-server help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups