CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Posts
    67

    CrystalReport.Net - Setting parameters

    Hi everybody, I have been trying to set a crystal report parameter from C# for a couple of days, just cant manage to figure out how to do that.

    The examples that I found seems to be for a different version of crystal report so I cant get them to work.

    I got a parameterField in my crystal report named batchNumber and I want to set that parameter from c#.

    All help appretiated

    /Anders

  2. #2
    Join Date
    Sep 1999
    Posts
    67
    http://msdn.microsoft.com/library/en...tomization.asp

    I found this documentation which seems to kind of helping me out, but I'm not sure where to put it in my c# code.

    After "InitializeComponent();" ???

    Anyone have any ideas?


    /Anders

  3. #3
    Join Date
    Sep 1999
    Posts
    67
    Ok, it seemed to work. Kind of talking to myself here but maybe someone else will have use of it.

    /Anders

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured