Udostępnij za pośrednictwem


ChartLegendCustomItemCell.ImageHeight Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The height of the cell image.

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

Syntax

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

value = instance.ImageHeight

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

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.

See Also

Reference

ChartLegendCustomItemCell Class

Microsoft.ReportingServices.RdlObjectModel Namespace