ChartLegendCustomItem.Style Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the style of the item separator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Style As Style
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style of the item separator.
Implements
IROMStyleDefinitionContainer.Style
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace