Compartilhar via


Propriedade do RDL StyleBase.NonSharedStyleAttributes

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.List<StyleAttributeNames>
A List object that represents a list of style attributes that are not shared between instance objects.

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering