[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Custom

Custom Property

Custom

Gets or sets custom information for the report item.

Declaration
public Custom Custom { get; set; }
Property Value
Type Description
Custom

A Custom object containing the custom information to be passed to a report output component.

Examples
var reportItem = new TextBox();
reportItem.Custom = new Custom { Info = "Custom data" };