Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of style attributes that are not shared between instance objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.List<StyleAttributeNames>
A List object that represents a list of style attributes that are not shared between instance objects.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace