[]
Gets or sets a description of the control used by accessibility client applications.
public ExpressionInfo AccessibleDescription { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | An ExpressionInfo object representing the accessible description of the custom report item. |
CustomReportItem customReportItem = new CustomReportItem();
customReportItem.AccessibleDescription = "Custom report item.";