다음을 통해 공유


StyleBaseInstance.StyleAttributes 속성

정의

NonSharedStyleAttributes 클래스의 StyleBase 속성에 대한 계산된 값을 가져옵니다.

public:
 abstract property System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ StyleAttributes { System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ get(); };
public abstract System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> StyleAttributes { get; }
member this.StyleAttributes : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Public MustOverride ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)

속성 값

이 인스턴스와 관련된 List<T>를 포함하는 StyleAttributeNames입니다.

적용 대상