MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomPropertyDefinition Class
Members Example

CustomPropertyDefinition Class
Represents a CustomProperty element from RDL (Report Definition Language). When processing the PageReportModel, if the GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object contains any aggregate functions that do not specify the scope, the scope is updated with the current scope.
Object Model
CustomPropertyDefinition Class
Syntax
'Declaration
 
Public Class CustomPropertyDefinition 
 
Example
var customProperty = new CustomPropertyDefinition("CustomName", "=Fields!FieldName.Value");
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinition

See Also