Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Net.Mail;
using System.Net.Security;
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        ReportDocument RD = new ReportDocument();
     //dsSample ds=new dsSample()   //.xsd file name

    }

}

i am making crystal report but when i wrie a code for .xsd file dsSample ds=new dsSample() than it is not showing in visual studio 2010(it is not included there). what i have to do???
Posted
Updated 10-Apr-13 8:52am
v2
Comments
ZurdoDev 10-Apr-13 11:48am    
Where is the code where you are generating an xsd?
José Amílcar Casimiro 10-Apr-13 17:20pm    
It makes no sense try to instance a schema file. Why do you want to do this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900