共用方式為


NonSharedStyleAttributes 屬性

Gets a list of style attributes that are not shared between instance objects.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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.