Style.SharedStyleAttributes 속성

정의

인스턴스 개체 간에 공유되는 스타일 목록을 가져옵니다.

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

속성 값

인스턴스 개체 간에 공유되는 스타일 목록을 나타내는 List<T> 개체입니다.

적용 대상