[]
Represents a CustomProperty element from RDL (Report Definition Language). When processing the PageReportModel, if the ExpressionInfo object contains any aggregate functions that do not specify the scope, the scope is updated with the current scope.
public class CustomPropertyDefinition
var customProperty = new CustomPropertyDefinition("CustomName", "=Fields!FieldName.Value");
Name | Description |
---|---|
CustomPropertyDefinition() | Initializes a new instance of the CustomPropertyDefinition class. |
CustomPropertyDefinition(string, ExpressionInfo) | Initializes a new instance of the CustomPropertyDefinition class. |
Name | Description |
---|---|
Name | Gets or sets the name of the custom property. |
Value | Gets or sets the value of the custom property, which can be an expression. |