Compartir a través de


Clase EmptyColorStyle

Contains the style properties used for a null color.

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 EmptyColorStyle _
    Inherits Style
'Uso
Dim instance As EmptyColorStyle
public class EmptyColorStyle : Style
public ref class EmptyColorStyle : public Style
type EmptyColorStyle =  
    class 
        inherit Style 
    end
public class EmptyColorStyle extends Style

El tipo EmptyColorStyle expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BackgroundColor Gets or sets the color of the background. (Se hereda de Style.)
Propiedad pública BackgroundGradientEndColor Gets or sets the end color for the background gradient. (Se hereda de Style.)
Propiedad pública BackgroundGradientType Gets or sets the type of background gradient. (Se hereda de Style.)
Propiedad pública BackgroundHatchType Gets or sets the hatch type. (Se hereda de Style.)
Propiedad pública BackgroundImage Gets or sets the a background image for the object. (Se hereda de Style.)
Propiedad pública Border The empty border styles.
Propiedad pública BottomBorder Gets or sets the properties of the bottom border. (Se hereda de Style.)
Propiedad pública Calendar Gets or sets a value that indicates whether the calendar to use for formatting dates. (Se hereda de Style.)
Propiedad pública Color The color to use for the empty 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. (Se hereda de Style.)
Propiedad pública FontFamily Gets or sets the name of the font family. (Se hereda de Style.)
Propiedad pública FontSize Gets or sets the point size of the font. (Se hereda de Style.)
Propiedad pública FontStyle Gets or sets the font style. (Se hereda de Style.)
Propiedad pública FontWeight Gets or sets the thickness of the font. (Se hereda de Style.)
Propiedad pública Format Gets or sets the .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx. (Se hereda de Style.)
Propiedad pública FormatSymbolCulture Gets or sets the culture of the format symbols. (Se hereda de Style.)
Propiedad pública Language Gets or sets the primary language of the text. Default is Report language. (Se hereda de Style.)
Propiedad pública LeftBorder Gets or sets the properties of the left border. (Se hereda de Style.)
Propiedad pública LineHeight Gets or sets the height of a line of text. (Se hereda de Style.)
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. (Se hereda de Style.)
Propiedad pública NumeralVariant Gets or sets the variant of the digit format to use. (Se hereda de Style.)
Propiedad pública PaddingBottom Gets or sets the padding between the bottom edge of the report item and its contents. (Se hereda de Style.)
Propiedad pública PaddingLeft Gets or sets the padding between the left edge of the report item and its contents. (Se hereda de Style.)
Propiedad pública PaddingRight Gets or sets the padding between the right edge of the report item and its contents. (Se hereda de Style.)
Propiedad pública PaddingTop Gets or sets the padding between the top edge of the report item and its contents. (Se hereda de Style.)
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. (Se hereda de Style.)
Propiedad pública ShadowColor Gets or sets the color of the shadow for the item. (Se hereda de Style.)
Propiedad pública ShadowOffset Gets or sets the size of the shadow for the item. (Se hereda de Style.)
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. (Se hereda de Style.)
Propiedad pública TextDecoration Gets or sets the special text formatting. (Se hereda de Style.)
Propiedad pública TextEffect Gets or sets the effect to apply to the text. (Se hereda de Style.)
Propiedad pública TopBorder Gets or sets the properties of the top border. (Se hereda de Style.)
Propiedad pública UnicodeBiDi Gets or sets a value that indicates the level of embedding with respect to the bi-directional algorithm. (Se hereda de Style.)
Propiedad pública VerticalAlign Gets or sets the vertical alignment of the text. (Se hereda de Style.)
Propiedad pública WritingMode Gets or sets a value that indicates whether text is written horizontally or vertically. (Se hereda de Style.)

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 the current EmptyColorStyle instance. (Invalida Style.Initialize().)
Método protegido InitializeForDesigner Infraestructura. Initializes an instance of the Style class for the designer. (Se hereda de Style.)
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