Partager via


Propriété ChartLegendCustomItem.Style

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the style of the item separator.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Style As Style 
    Get
'Utilisation
Dim instance As ChartLegendCustomItem 
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

Valeur de propriété

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

Implémente

IROMStyleDefinitionContainer.Style

Voir aussi

Référence

ChartLegendCustomItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering