Compartir a través de


ChartLegendColumnInstance.SeriesSymbolWidth Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartLegendColumnInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering