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