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 the calculated value of the NonSharedStyleAttributes property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)
Get
'Usage
Dim instance As StyleInstance
Dim value As List(Of StyleAttributeNames)
value = instance.StyleAttributes
public override List<StyleAttributeNames> StyleAttributes { get; }
public:
virtual property List<StyleAttributeNames>^ StyleAttributes {
List<StyleAttributeNames>^ get () override;
}
abstract StyleAttributes : List<StyleAttributeNames>
override StyleAttributes : List<StyleAttributeNames>
override 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