다음을 통해 공유


StyleInstance.StyleAttributes 속성

정의

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

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

속성 값

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

적용 대상