The limits on the "innermost" integration can be functions of the other two variables. The limits on the "middle" integration can be functions only of the one remaining variable and the limits of integration on the "outermost" integral must be constants. For example, integrating "dydzdx" we must have something like [itex]\int_a^b\int_{c(x)}^{d(x)}\int_{e(x,y)}^{f(x,y)} F(x,y,z) dydzdx[/itex].
With [itex]\int_0^2\int_0^{x^2}\int_0^{x+ y} F(x, y, z) dzdydx[/itex] then x varies from 0 to 2, for each x, y varies from 0 to x^2, and, for each x and y, z varies from 0 to x+ y. If you were to graph the first two, it would be a "curved triangle" with one side the x-axis, one side the line x= 2, and the third side the curve [itex]y= x^2[/itex] which crosses x= 2 at (2, 4). If we only wanted to reverse dx and dy, to dzdxdy, note that, overall, y goes from 0 to 4 and that, for every y, x goes from 0 on the left to y= x^2, so [itex]x= \sqrt{y}[/itex]. The integral, in that order, would be [itex]\int_0^4\int_0^\sqrt{y} F(x, y, z) dzdxdy[/itex].