combit List & Label 29 - .NET Help
combit.Reporting.DesignerExtensions Namespace / DesignerProperty Class
Properties Methods Events

In This Topic
    DesignerProperty Class Members
    In This Topic

    The following tables list the members exposed by DesignerProperty.

    Public Properties
     NameDescription
    Public PropertyGets or sets if the property value is constant or the result of a formula.  
    Public PropertyGets or sets if the default value of the property.  
    Public PropertyGets or sets the description of the property. This description will be displayed as help text in the Designer.  
    Public PropertyGets or sets the display name of the property. This name will be displayed in the Designer's property grid.  
    Public PropertyGets or sets the enabled state of the property.  
    Public PropertyGets or sets the formula content of the property. Important if AllowFormula is set to true, as the getter of this property will return the actual formula, while Value will return the evaluated value.  
    Public PropertyGets or sets the group name of the property. This name will be displayed as headline in the Designer's property grid.  
    Public PropertyGets or sets if the value of the property has been changed since the last evaluation.  
    Public PropertyGets or sets the name of the property. This name will be used to identify the property in the project file. Changing the name after reports containing the property have been deployed is a breaking change. To change the name that is displayed to the user, set the DisplayName property instead.  
    Public PropertyGets or sets the value of the property. If AllowFormula is set to true, this property will return the evaluated value. To access the formula in this case, use the Formula property.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Top
    Public Events
     NameDescription
    Public EventThis event is raised whenever the property's value changed. It can be used to update the enabled state of other dependent properties.  
    Top
    See Also