इसके माध्यम से साझा किया गया


ChartLegendCustomItemCell.ImageWidth Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The width of the cell image.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ImageWidth As ReportExpression(Of Integer)
    Get
    Set
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)

value = instance.ImageWidth

instance.ImageWidth = value
public ReportExpression<int> ImageWidth { get; set; }
public:
property ReportExpression<int> ImageWidth {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member ImageWidth : ReportExpression<int> with get, set
function get ImageWidth () : ReportExpression<int>
function set ImageWidth (value : ReportExpression<int>)