Propriedade do RDL SymbolWidth

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

The width of the symbol in the cell.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property SymbolWidth As ReportExpression(Of Integer)
    Get
    Set
'Uso
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>)