Need helps on Crystal Reports with C# .Net 2005 please!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gz

    Need helps on Crystal Reports with C# .Net 2005 please!

    Hi folks,

    I tried to find a sample application for how to create a Crystal
    Report Form Letter using C# .Net 2005 on Google and EE without luck.
    There are tons of samples for creating reports out there, but not
    single one for a letter. I even downloaded all the sample applications
    from the Business Object web site. There is no sample for Form letter.

    Can anyone please tell me where I can get a sample?

    Thank you for helping.

    gz
  • Rain

    #2
    Re: Need helps on Crystal Reports with C# .Net 2005 please!

    If you are trying to compose mailing letters Then its fairly simple really.

    Basic Steps Are Something Like This.

    1.) Create a DataSet
    2.) Add your table to it.
    3.) Create a Crystal Report., and select the dataset/table.
    4.) Design the Crystal Layout,
    5.) Place your content fields.
    6.) Run it, and its done.


    I dont have a specific example, but its not too dificult.






    "gz" <gzmm0214@gmail .comwrote in message
    news:96a6c192-019f-46a8-8865-d343b1c02c67@s5 0g2000hsb.googl egroups.com...
    Hi folks,
    >
    I tried to find a sample application for how to create a Crystal
    Report Form Letter using C# .Net 2005 on Google and EE without luck.
    There are tons of samples for creating reports out there, but not
    single one for a letter. I even downloaded all the sample applications
    from the Business Object web site. There is no sample for Form letter.
    >
    Can anyone please tell me where I can get a sample?
    >
    Thank you for helping.
    >
    gz

    Comment

    Working...