Partager via


Propriété SymbolWidth

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The width of the symbol in the cell.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SymbolWidth As ReportExpression(Of Integer)
    Get
    Set
'Utilisation
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>)