Style.NonSharedStyleAttributes 속성

정의

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

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

속성 값

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

적용 대상