Właściwość ChartLegendCustomItemCell.SymbolHeight
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Wysokość znaku komórka.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property SymbolHeight As ReportExpression(Of Integer)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> obiektu.
Zobacz także