Style.SharedStyleAttributes 属性
Gets a list of the styles that are shared between instance objects.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Overrides ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
Get
用法
Dim instance As Style
Dim value As List(Of StyleAttributeNames)
value = instance.SharedStyleAttributes
public override List<StyleAttributeNames> SharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ SharedStyleAttributes {
List<StyleAttributeNames>^ get () override;
}
abstract SharedStyleAttributes : List<StyleAttributeNames>
override SharedStyleAttributes : List<StyleAttributeNames>
override function get SharedStyleAttributes () : List<StyleAttributeNames>
属性值
类型:System.Collections.Generic.List<StyleAttributeNames>
A List object.