SharedStyleAttributes 屬性
Gets a list of style attributes that are shared between instance objects.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
Get
'用途
Dim instance As StyleBase
Dim value As List(Of StyleAttributeNames)
value = instance.SharedStyleAttributes
public abstract List<StyleAttributeNames> SharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ SharedStyleAttributes {
List<StyleAttributeNames>^ get () abstract;
}
abstract SharedStyleAttributes : List<StyleAttributeNames>
abstract function get SharedStyleAttributes () : List<StyleAttributeNames>
屬性值
型別:System.Collections.Generic. . :: . .List< (Of < ( <'StyleAttributeNames> ) > ) >
A List object.