Класс Style

Contains information about the style of a report item.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Class Style _
    Inherits ReportObject
'Применение
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

Тип Style обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Style Creates a new instance of the Style class.

В начало

Свойства

  Имя Описание
Открытое свойство BackgroundColor Color of the background.
Открытое свойство BackgroundGradientEndColor End color for the background gradient.
Открытое свойство BackgroundGradientType The type of background gradient.
Открытое свойство BackgroundHatchType Hatch type.
Открытое свойство BackgroundImage A background image for the object.
Открытое свойство Border Default border properties.
Открытое свойство BottomBorder Properties of the bottom border.
Открытое свойство Calendar Indicates the calendar to use for formatting dates.
Открытое свойство Color The foreground color.
Открытое свойство ComponentMetadata The component metadata. (Производный от ReportObject.)
Открытое свойство Direction Indicates whether text is written left-to-right or right-to-left.
Открытое свойство FontFamily Name of the font family.
Открытое свойство FontSize Point size of the font.
Открытое свойство FontStyle Font style.
Открытое свойство FontWeight Thickness of the font.
Открытое свойство Format .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Открытое свойство FormatSymbolCulture The culture of the format symbols.
Открытое свойство Language The primary language of the text. Default is Report language.
Открытое свойство LeftBorder Properties of the left border.
Открытое свойство LineHeight Height of a line of text.
Открытое свойство NumeralLanguage The digit format to use as described by its primary language. Any language is valid. Default is the Language property.
Открытое свойство NumeralVariant The variant of the digit format to use.
Открытое свойство PaddingBottom Padding between the bottom edge of the report item and its contents.
Открытое свойство PaddingLeft Padding between the left edge of the report item and its contents.
Открытое свойство PaddingRight Padding between the right edge of the report item and its contents.
Открытое свойство PaddingTop Padding between the top edge of the report item and its contents.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство RightBorder Properties of the right border.
Открытое свойство ShadowColor Color of the shadow for the item.
Открытое свойство ShadowOffset Size of the shadow for the item.
Открытое свойство Site Инфраструктура. (Производный от ReportObject.)
Открытое свойство TextAlign Horizontal alignment of the text.
Открытое свойство TextDecoration Special text formatting.
Открытое свойство TextEffect Effect to apply to the text.
Открытое свойство TopBorder Properties of the top border.
Открытое свойство UnicodeBiDi Indicates the level of embedding with respect to the bi-directional algorithm.
Открытое свойство VerticalAlign Vertical alignment of the text.
Открытое свойство WritingMode Indicates whether text is written horizontally or vertically.

В начало

Методы

  Имя Описание
Открытый метод DeepClone Returns a deep clone of this ReportObject instance. (Производный от ReportObject.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetContainingDataScopes Инфраструктура. (Производный от ReportObject.)
Защищенный метод GetDataScopesForDefaultImpl Инфраструктура. (Производный от ReportObject.)
Защищенный метод GetDependenciesCore Инфраструктура. (Производный от ReportObject.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize Initializes an instance of the Style class. (Переопределяет ReportObject. . :: . .Initialize() () () ().)
Защищенный метод InitializeForDesigner Инфраструктура. (Переопределяет ReportObject. . :: . .InitializeForDesigner() () () ().)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод OnChildPropertyChanged Инфраструктура. (Производный от ReportObject.)
Защищенный метод OnPropertyChanged Инфраструктура. (Производный от ReportObject.)
Защищенный метод RdlSemanticEqualsCore Инфраструктура. (Производный от ReportObject.)
Защищенный метод SavePropertyValue< (Of < <' (T> ) > > ) Инфраструктура. (Производный от ReportObject.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable. . :: . .Dispose (Производный от ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent. . :: . .Disposed (Производный от ReportObject.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.