이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the style of the item separator.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Style As Style
Get
‘사용 방법
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
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style of the item separator.
구현
IROMStyleDefinitionContainer.Style