Właściwość ChartLegendCustomItemCell.SymbolWidth
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Szerokość znaku komórka.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property SymbolWidth As ReportExpression(Of Integer)
Get
Set
'Użycie
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.SymbolWidth
instance.SymbolWidth = value
public ReportExpression<int> SymbolWidth { get; set; }
public:
property ReportExpression<int> SymbolWidth {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member SymbolWidth : ReportExpression<int> with get, set
function get SymbolWidth () : ReportExpression<int>
function set SymbolWidth (value : ReportExpression<int>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> obiektu.
Zobacz także