ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomPropertyDefinitionCollection Class / Item Property
Example

In This Topic
    Item Property (CustomPropertyDefinitionCollection)
    In This Topic
    Gets a CustomPropertyDefinition using the specified name.
    Overload List
    OverloadDescription
    Gets a CustomPropertyDefinition using the specified name.  
    Example
    var customProperties = new CustomPropertyDefinitionCollection();
    var customProperty = customProperties["Property1"];
    See Also