Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the calculated value of the NonSharedStyleAttributes property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)
Get
'Usage
Dim instance As StyleBaseInstance
Dim value As List(Of StyleAttributeNames)
value = instance.StyleAttributes
public abstract List<StyleAttributeNames> StyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ StyleAttributes {
List<StyleAttributeNames>^ get () abstract;
}
abstract StyleAttributes : List<StyleAttributeNames>
abstract function get StyleAttributes () : List<StyleAttributeNames>
Property Value
Type: System.Collections.Generic.List<StyleAttributeNames>
A [System.Collections.Generic.List`1] that contains StyleAttributeNames specific to this instance.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace