Partilhar via


Propriedade do RDL SymbolWidth

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property SymbolWidth As ReportIntProperty
    Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty

value = instance.SymbolWidth
public ReportIntProperty SymbolWidth { get; }
public:
property ReportIntProperty^ SymbolWidth {
    ReportIntProperty^ get ();
}
member SymbolWidth : ReportIntProperty
function get SymbolWidth () : ReportIntProperty