Compartir a través de


Style Clase

Represents a collection of named style properties for a report item. This collection can be accessed by name or index. This class cannot be inherited.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class Style _
    Inherits StyleBase
'Uso
Dim instance As Style
public sealed class Style : StyleBase
public ref class Style sealed : public StyleBase
[<SealedAttribute>]
type Style =  
    class
        inherit StyleBase
    end
public final class Style extends StyleBase

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .StyleBase
    Microsoft.ReportingServices.ReportRendering..::..Style

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.