Element Details: Definition+Modifier+File
 Back


Available in: Logi Info Source code name: DefinitionModifierFileIntroduced in: v10.0.85

The DefinitionModifierFile is an XML file that has instructions to modify this definition file's attributes and elements. Attributes may be set and elements may be inserted and removed. This makes it possible to set culture or customer-specific values.

For example, you may want to change a report caption be different for different users.

<DefinitionModifier>
<SetAttribute ID="lblMyCaption" Caption="This Caption Comes from the Definition Modifier File" />
</DefinitionModifier>

You can set attributes for any number of elements.

The above example shows how to identify elements with an ID attribute. Alternatively, you can also identify elements with an XPath expression. In this example, we change an attribute of the InteractivePaging element:

<SetAttribute XPath="//InteractivePaging" PageOfCaption=" OF " />

For a more detailed list of modifier actions see the following DevNet article.

DefinitionModifierFiles can be in any folder accessable to the web application. When a directory location is not specified, the default location is the _SupportFiles folder.

Element Group:Extensions and Shared Elements



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
DefinitionModifierFile
UserDefined
(Required) The DefinitionModifierFile is an XML file that has instructions to modify this definition file's attributes and elements. Attributes may be set and elements may be inserted and removed. This makes it possible to set culture or customer-specific values. For example, you may want to change a report caption be different for different users. You can set attributes for any number of elements. The above example shows how to identify elements with an ID attribute. Alternatively, you can also identify elements with an XPath expression. In this example, we change an attribute the first InteractivePagine element: For a more detailed list of modifier actions see the following DevNet article. DefinitionModifierFiles can be in any folder accessable to the web application. When a directory location is not specified, the default location is the _SupportFiles folder.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

Mobile Report
Process
Report Template Widget


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top