StyleBase.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 MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
Get
用法
Dim instance As StyleBase
Dim value As List(Of StyleAttributeNames)
value = instance.NonSharedStyleAttributes
public abstract List<StyleAttributeNames> NonSharedStyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ NonSharedStyleAttributes {
List<StyleAttributeNames>^ get () abstract;
}
abstract NonSharedStyleAttributes : List<StyleAttributeNames>
abstract function get NonSharedStyleAttributes () : List<StyleAttributeNames>
属性值
类型:System.Collections.Generic.List<StyleAttributeNames>
A List object.