Freigeben über


ChartLegendCustomItemCell.SymbolHeight-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

The height of the symbol in the cell.

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

Syntax

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

value = instance.SymbolHeight

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

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegendCustomItemCell Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace