in this case i am getting error ,in sub report i have added the one table with values of price and Quantity.
void LocalReport_Sub reportProcessin g(object sender, SubreportProces singEventArgs e)
{
ProductSales sales = new ProductSales();
sales.Price = 12.99F;
sales.Quantity = 250;
e.DataSources.A dd(new ReportDataSourc e("myvalue", sales));
...
User Profile
Collapse
-
Value does not fall within the expected range in report c#
-
word tables as headers
i have two tables in my document template ,i want first two tables to appear before every page.
thank you -
check box paint
i want to fill the check box with red color ,i used following code to create that .
but when i checked that check box i am unable to see it is checked or not
plz help me.
private void chkROSAbnormal_ Paint(object sender, PaintEventArgs e)
{
e.Graphics.Draw Rectangle(new Pen(Brushes.Red ),chkROSAbnorma l.ClientRectang le);
} -
c ebook
iam biginer to the c language can any one suggest me good books.
or else free download books . -
-
what are design patterns
can any one please tel me what are design patterns
in one interview they asked me what are the desing patterns you follow -
how to use one dll without adding into references
how to use one dll and its methods without adding it into references can anybody please explain me with one example -
i don't have perfect idea about data set can u please explain me how to do match that three records... -
interview question
i have 1000 records in dataset, in data grid i have changed only three records how i can update only that three records in database
No activity results to display
Show More
Leave a comment: