SymbolWidth Propiedad
Gets the calculated value of the SymbolWidth property in a ChartLegendCustomItemCell class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property SymbolWidth As Integer
Get
'Uso
Dim instance As ChartLegendCustomItemCellInstance
Dim value As Integer
value = instance.SymbolWidth
public int SymbolWidth { get; }
public:
property int SymbolWidth {
int get ();
}
member SymbolWidth : int
function get SymbolWidth () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An int value that represents the calculated value of the SymbolWidth property.