@jh said:
... I dont get it why I cannot get the lenx, leny and leny to report in any
Ruby- driven Report-Script I tried, until some User-Interaction with the
Component-Options has been made, ...
The default values are stored in the DC definition's "dynamic_attributes" dictionary and the DC instance just uses the defaults until the user changes them. When they are different than the default, the DC code will create instance specific attributes in the instance's "dynamic_attributes" dictionary.
So the "rule of thumb" for Ruby coding DCs is to always first check the instance's "dynamic_attributes" dictionary, then check the definition's "dynamic_attributes" dictionary for dynamic attribute values.