ChartLegendCustomItemCell.ImageWidth Property

Definition

The width of the cell image.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> ImageWidth { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<int> ImageWidth { get; set; }
member this.ImageWidth : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<int> with get, set
Public Property ImageWidth As ReportExpression(Of Integer)

Property Value

A ReportExpression<T> object.

Applies to