Compartir a través de


StyleBase.SharedStyleAttributes Propiedad

Gets a list of the styles that are shared between instance objects.

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering