[]
Gets or sets custom information for the report item.
public Custom Custom { get; set; }
Type | Description |
---|---|
Custom | A Custom object containing the custom information to be passed to a report output component. |
var reportItem = new TextBox();
reportItem.Custom = new Custom { Info = "Custom data" };