[]
Gets or sets a custom data settings used by the custom report item.
public CustomData CustomData { get; set; }
Type | Description |
---|---|
CustomData | A CustomData object representing custom data settings, or null if none are defined. |
CustomReportItem customReportItem = new CustomReportItem();
customReportItem.CustomData = new CustomData();