Compartir a través de


Clase Style

Contains information about the style of a report item.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Style
        Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class Style _
    Inherits ReportObject
'Uso
Dim instance As Style
public class Style : ReportObject
public ref class Style : public ReportObject
type Style =  
    class 
        inherit ReportObject 
    end
public class Style extends ReportObject

El tipo Style expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Style Creates a new instance of the Style class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BackgroundColor Gets or sets the color of the background.
Propiedad pública BackgroundGradientEndColor Gets or sets the end color for the background gradient.
Propiedad pública BackgroundGradientType Gets or sets the type of background gradient.
Propiedad pública BackgroundHatchType Gets or sets the hatch type.
Propiedad pública BackgroundImage Gets or sets the a background image for the object.
Propiedad pública Border Gets or sets the default border properties.
Propiedad pública BottomBorder Gets or sets the properties of the bottom border.
Propiedad pública Calendar Gets or sets a value that indicates whether the calendar to use for formatting dates.
Propiedad pública Color Gets or sets the foreground color.
Propiedad pública ComponentMetadata Gets or sets the component metadata. (Se hereda de ReportObject.)
Propiedad pública Direction Gets or sets a value that indicates whether text is written left-to-right or right-to-left.
Propiedad pública FontFamily Gets or sets the name of the font family.
Propiedad pública FontSize Gets or sets the point size of the font.
Propiedad pública FontStyle Gets or sets the font style.
Propiedad pública FontWeight Gets or sets the thickness of the font.
Propiedad pública Format Gets or sets the .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Propiedad pública FormatSymbolCulture Gets or sets the culture of the format symbols.
Propiedad pública Language Gets or sets the primary language of the text. Default is Report language.
Propiedad pública LeftBorder Gets or sets the properties of the left border.
Propiedad pública LineHeight Gets or sets the height of a line of text.
Propiedad pública NumeralLanguage Gets or sets the digit format to use as described by its primary language. Any language is valid. Default is the Language property.
Propiedad pública NumeralVariant Gets or sets the variant of the digit format to use.
Propiedad pública PaddingBottom Gets or sets the padding between the bottom edge of the report item and its contents.
Propiedad pública PaddingLeft Gets or sets the padding between the left edge of the report item and its contents.
Propiedad pública PaddingRight Gets or sets the padding between the right edge of the report item and its contents.
Propiedad pública PaddingTop Gets or sets the padding between the top edge of the report item and its contents.
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública RightBorder Gets or sets the properties of the right border.
Propiedad pública ShadowColor Gets or sets the color of the shadow for the item.
Propiedad pública ShadowOffset Gets or sets the size of the shadow for the item.
Propiedad pública Site Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.)
Propiedad pública TextAlign Gets or sets the horizontal alignment of the text.
Propiedad pública TextDecoration Gets or sets the special text formatting.
Propiedad pública TextEffect Gets or sets the effect to apply to the text.
Propiedad pública TopBorder Gets or sets the properties of the top border.
Propiedad pública UnicodeBiDi Gets or sets a value that indicates the level of embedding with respect to the bi-directional algorithm.
Propiedad pública VerticalAlign Gets or sets the vertical alignment of the text.
Propiedad pública WritingMode Gets or sets a value that indicates whether text is written horizontally or vertically.

Arriba

Métodos

  Nombre Descripción
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. Returns the dependencies core for the ReportObject object. (Se hereda de ReportObject.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes an instance of the Style class. (Invalida ReportObject.Initialize().)
Método protegido InitializeForDesigner Infraestructura. Initializes an instance of the Style class for the designer. (Invalida ReportObject.InitializeForDesigner().)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. Returns whether the report definition language semantic is the same with the core object. (Se hereda de ReportObject.)
Método protegido SavePropertyValue<T> Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent.Disposed Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel