Freigeben über


Style-Klasse

Contains information about the style of a report item.

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Style _
    Inherits ReportObject
'Usage
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

Der Style-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Style Creates a new instance of the Style class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the Style class. (Überschreibt ReportObject.Initialize().)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes an instance of the Style class for the designer. (Überschreibt ReportObject.InitializeForDesigner().)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Returns whether the report definition language semantic is the same with the core object. (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace