[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinition

CustomPropertyDefinition Class

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.

Inheritance
CustomPropertyDefinition
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class CustomPropertyDefinition
Examples
var customProperty = new CustomPropertyDefinition("CustomName", "=Fields!FieldName.Value");

Constructors

Name Description
CustomPropertyDefinition()

Initializes a new instance of the CustomPropertyDefinition class.

CustomPropertyDefinition(string, ExpressionInfo)

Initializes a new instance of the CustomPropertyDefinition class.

Properties

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.

Extension Methods