CustomProperty Class

Definition

A custom property for a report, report item, or group. This class cannot be inherited.

public ref class CustomProperty sealed
public sealed class CustomProperty
type CustomProperty = class
Public NotInheritable Class CustomProperty
Inheritance
CustomProperty

Remarks

An expression-based Name or Value that is contained within a CustomData object with no data evaluates to null.

Custom properties with expressions that need to be evaluated even when there are no rows should be placed in the CustomReportItem.

Constructors

CustomProperty(String, Object)

Constructs a CustomProperty object.

Properties

Name

Returns the name of the custom property.

Value

Returns the value of the custom property.

Applies to