Proprietà ChartLegendCustomItemCell.Style
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the style of the item separator.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Style As Style
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style of the item separator.
Implementa
IROMStyleDefinitionContainer.Style
Vedere anche
Riferimento
ChartLegendCustomItemCell Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering