Compartir a través de


Style.NonSharedStyleAttributes Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering