Compartilhar via


Propriedade do RDL ChartLegendColumnInstance.SeriesSymbolWidth

Gets the calculated value of the SeriesSymbolWidth property in a ChartLegendColumn class.

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

Sintaxe

'Declaração
Public ReadOnly Property SeriesSymbolWidth As Integer 
    Get
'Uso
Dim instance As ChartLegendColumnInstance 
Dim value As Integer 

value = instance.SeriesSymbolWidth
public int SeriesSymbolWidth { get; }
public:
property int SeriesSymbolWidth {
    int get ();
}
member SeriesSymbolWidth : int
function get SeriesSymbolWidth () : int

Valor da propriedade

Tipo: System.Int32
An int value that represents the calculated value of the SeriesSymbolWidth property.

Consulte também

Referência

ChartLegendColumnInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering