NonSharedStyleAttributes 속성
Gets a list of style attributes that are not shared between instance objects.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Overrides ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
Get
‘사용 방법
Dim instance As Style
Dim value As List(Of StyleAttributeNames)
value = instance.NonSharedStyleAttributes
public override List<StyleAttributeNames> NonSharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ NonSharedStyleAttributes {
List<StyleAttributeNames>^ get () override;
}
abstract NonSharedStyleAttributes : List<StyleAttributeNames>
override NonSharedStyleAttributes : List<StyleAttributeNames>
override function get NonSharedStyleAttributes () : List<StyleAttributeNames>
속성 값
형식: System.Collections.Generic. . :: . .List< (Of < ( <'StyleAttributeNames> ) > ) >
A List object.