Style.Item[StyleAttributeNames] 속성

정의

지정한 스타일의 스타일 특성을 가져옵니다.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty ^ default[Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames] { Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty ^ get(Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames style); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty this[Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames style] { get; }
member this.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames) : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Default Public Overrides ReadOnly Property Item(style As StyleAttributeNames) As ReportProperty

매개 변수

style
StyleAttributeNames

가져올 스타일 특성입니다.

속성 값

지정한 스타일의 스타일 특성을 나타내는 StyleAttributeNames 개체입니다.

적용 대상