Propriedade do RDL SharedStyleAttributes
Gets a list of the styles that are shared between instance objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property SharedStyleAttributes As List(Of StyleAttributeNames)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'StyleAttributeNames> ) > ) >
A List object.
Consulte também