1
Answer

[RDLC][MICROSOFT REPORT] How to manage layout

Good evening everyone,
I am creating reports RDLC with Microsoft Report, I would like to ask you two pieces of information:
1) As befits create the layout, I need to create a scheme of this type
_ _ _ _ _ _ _ _ _
|             |           |
|      A     |           |
|             |           |
|_ _ _ _ |    C     |
|             |           |
|      B     |           |
|              |          |
|_ _ _ __|_ _ _ _|
Sorry scheme raw.
What should I use: Matrix or tables?
2) How do I position an element in absolute position in the lower part of my reports?
Thank you.
Answers (1)
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 12y
now sure if this is what you are looking for...

ButtonAddOrder_Click(...) 
THIS IS THE CODE I HAVE: StreamWriter myWriter new StreamWriter("customer.txt"); MyWriter.WriteLine(txtName.Text); MyWriter.Close(); 

If(addOrder == DialogResult.yes) 
{ why dont you call a function here...like myfunc() } 

}

Myfunc()
{
 DO COMMON TASK HERE
}
Accepted
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 12y
great that it worked for you, also you are not stupid ; any question big or small is legit.
0
Dillon Goeda

Dillon Goeda

NA 22 6.8k 12y
I think I know what you mean... I Create a Function or Procedure then call it in both the button and if statement!!! Thanx man!!! Lol, I'm stupid....
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 12y
Hi Dillion,

you question is not clear, may be you can elaborate more or give us some examples. For what i understand is you want to write a common routine and you want to call that on any event, like button click, etc. So I am not sure if you just create a Sub/Function and pass the object as the parameter and run your routine based on the object's decision.