CustomProperty Class
Updated: February 25, 2016
A custom property for a report, report item, or group. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | CustomProperty(String^, Object^) | Constructs a CustomProperty object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

