Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a crystal report parameter to set devision.
But to select the division I have to first select the company.
In crystal report, both of this included in one parameter.
How can I read this two seperately when reading from c# code?

I have a code to read parameters of crystal report.
C#
foreach (ParameterFieldDefinition pd in cryRpt.DataDefinition.ParameterFields)
{
    //get parameter information
}
Posted
v2
Comments
Prasad Khandekar 19-Mar-13 12:00pm    
What do you mean by 'both of this included in one parameter'? Please elaborate.

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