Navigation:  Contents > Expressions >

StimulReport.Net User Manual

Print this Topic Previous pageReturn to chapter overviewNext page

Using properties of components

In expressions you can use component properties. Syntax corresponds to C# or VB.Net syntax.

 

 

{Component.Property}

 

 

For example, if you want to call to the component name:

 

{MyComponent.Name}

 

 

If, in expression, it is necessary to specify the result of calculation of another expression you should not use the property of the expression but you should use the property in which the result is entered: For example, values of hyperlinks:

 

{MyComponent.HyperlinkValue}