
I will press show button in charges type then open crystal report for charges type
I will make a new button for open crystal report for charges type I in master record button name is show but I will try to charges type form to crystal report charges type open
Rajanikant HawaldarPosted Jun 27, 2021, 4:47 PM
Guest UserPosted Jun 29, 2021, 1:42 PM
cp.Show();
Guest UserPosted Jun 27, 2021, 4:17 PM
System.ArgumentException: 'Form that was specified to be the MdiParent for this form is not an MdiContainer.
Parameter name: value'
private void btnshow_Click(object sender, EventArgs e)
{
Crysatal_Report_Charges_Type cp = new Crysatal_Report_Charges_Type();
cp.MdiParent = this;
cp.Show();
}
Rajanikant HawaldarPosted Jun 27, 2021, 12:28 PM