Propriété NonSharedStyleAttributes
Gets a list of style attributes that are not shared between instance objects.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic. . :: . .List< (Of < ( <'StyleAttributeNames> ) > ) >
A List object.
Voir aussi