Compartir a través de


ChartLegendCustomItemCell.Style Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the style of the item separator.

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

Sintaxis

'Declaración
Public ReadOnly Property Style As Style 
    Get
'Uso
Dim instance As ChartLegendCustomItemCell 
Dim value As Style 

value = instance.Style
public Style Style { get; }
public:
virtual property Style^ Style {
    Style^ get () sealed;
}
abstract Style : Style 
override Style : Style
final function get Style () : Style

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style of the item separator.

Implementa

IROMStyleDefinitionContainer.Style

Vea también

Referencia

ChartLegendCustomItemCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering