Using Component Properties

Using Component Properties

The properties of any component within a report can be used when creating expressions.

Syntax

Whether the report language is VB.NET or C#, the syntax is the same: The name of the component and the property name separated by a full-stop character or a decimal point, within curly braces.

{Component.Property}
VB.NET is not case sensitive, while C# is case sensitive.

To access a calculated value from a component, use the property that contains the result you need. For instance, if the component has a hyperlink value which calculates a hyperlink from the other component properties, you would enter the expression:

{MyComponent.HyperlinkValue}

When necessary, you can use the component properties in calculations. The following example would show the area taken up by the component:

{MyComponent.Width*MyComponent.Height}
    • Related Articles

    • Understanding Pages in the Report Designer

      The articles in this section of the Knowledge Base involve working with Pages in your reports. To access the Report Designer, select Toolbox Setup > Design Reports > Design (Report Type) Report. Select New Report to design a report from scratch or ...
    • Using Expressions in the Rich Text Editor of Report Designer

      The articles in this section of the Knowledge Base involve working with Rich Text for display in your reports. To learn more about the Rich Text editor, and how to access this section within the Report Designer, see An Introduction to the Rich Text ...
    • Using the Grow to Height Property in Report Designer

      The articles in this section of the Knowledge Base involve working with Auto-Size properties in Report Designer. To learn additional information regarding Auto-Sizing properties, see Understanding Auto-Sizing Properties in Report Designer. This ...
    • Adding Check Boxes for Displaying Boolean Values in the Report Designer

      The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To learn more about Lists and how to access the Report Designer, see Creating Lists in Report Designer. This article provides information for ...
    • Auto-Sizing Text Components in Report Designer

      The articles in this section of the Knowledge Base involve working with Auto-Size properties in Report Designer. To learn additional information regarding Auto-Sizing properties, see Understanding Auto-Sizing Properties in Report Designer. This ...
    • Recent Articles

    • Microvellum Release Notes | Build 26.1.0422.641

      The following release notes apply to Microvellum build 26.1.0422.641. BSB 2026 Microvellum BSB 2026 is now available for download and installation by users with an existing Microvellum BSB subscription. This new version of Microvellum is based on ...
    • Microvellum BSB 2026

      Microvellum BSB 2026 is now available for purchase and download. BSB 2026 introduces the Microvellum software bundled together with the BricsCAD Pro 2026 platform, with all of the accompanying changes and enhancements made after BricsCAD 2025. With ...
    • Microvellum Release Notes | Build 25.2.0406.641

      The following release notes apply to Microvellum build 25.2.0406.641. Label Image Fix Fig. 1: An error noting an incorrect number of Label Images. An issue was reported wherein creating new G-code from an existing work order that was edited using ...
    • Microvellum Foundation Library Release Notes | Build 26.0327

      The following release notes apply to Microvellum Foundation Library build 26.0327. Additions Added new Formula Driven Materials (FDM) and accompanying special FDM project wizard. * New Specification Group “Wizard Formula Driven Materials [FDM]”. New ...
    • Formula Driven Materials (FDM) User Guide

      The formula driven material (FDM) system in Microvellum automates the creation and management of materials within a project. By using predefined lookup tables and intelligent formulas, FDM dynamically generates each material’s name, thickness, and ...