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

    • 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 ...
    • Report Band Properties in Report Designer

      The articles in this section of the Knowledge Base involve working with Report Bands for display in your reports. To learn more about Report Bands, and how to access this section within the Report Designer, see Understanding Report Bands in Report ...
    • 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 ...
    • Image Component Stretch Property in Report Designer

      The articles in this section of the Knowledge Base involve working with Images for display in your reports. To learn more about Images, and how to access the Image component within the Report Designer, see Loading Images in Report Designer. This ...
    • Text Properties in Report Designer

      Word Wrap Text that cannot fit on one line is trimmed by default. To avoid this, and allow text to fill multiple lines, set the TextOptions.WordWrap property to True. Horizontal and vertical alignments are used when the text is wrapped on a new line. ...
    • Recent Articles

    • Toolbox Release Notes | Build 25.1.0213.641

      The following release notes apply to Toolbox build 25.1.0213.641. Stay Down Nesting Additions 3 new settings have been added to Stay Down Nesting, to resolve specific issues with routes and connectors that have been reported: Fig. 1: New options in ...
    • Toolbox Release Notes: Year of 2024

      This document will catalog all releases for Microvellum Toolbox software builds that were released in the year 2024. This encompasses builds 24.1.0104.641 to 24.1.1206.641. Toolbox Release Notes | Build 24.1.1206.641 The following release notes apply ...
    • Toolbox Release Notes | Build 25.1.0129.641

      The following release notes apply to Toolbox build 25.1.0129.641. SMA Fixes A wide variety of issues with the Solid Model Analyzer have been resolved. Multiple modifications to existing interfaces or settings have been made to improve precision and ...
    • Microvellum Foundation Library Release Notes | Build 25.0124

      The following release notes apply to Microvellum Foundation Library build 25.0124. Additions Added Century Components Waste Bins, Vanity Organizers, and Base Cabinet Organizers. 11”, 14”, 17” Signature Series Bottom Mount 34qt & 50qt. 4”, 5”, 6”, 9”, ...
    • SQL Server Backups

      This article will list out the various types of backups you can create for databases hosted on an SQL Server, explore methods for creating backups manually and automatically, as well as list software/services that may assist you with backing up your ...