Propriedade do RDL ChartLegendCustomItemCell.Style
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the style of the item separator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style of the item separator.
Implementa
IROMStyleDefinitionContainer.Style
Consulte também
Referência
ChartLegendCustomItemCell Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering