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