Класс Style
Contains information about the style of an object in the report.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.StyleBase
Microsoft.ReportingServices.OnDemandReportRendering.Style
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public Class Style _
Inherits StyleBase
'Применение
Dim instance As Style
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public class Style : StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class Style : public StyleBase
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type Style =
class
inherit StyleBase
end
public class Style extends StyleBase
Тип Style обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
BackgroundColor | Gets an expression that evaluates to the color of the background. (Переопределяет StyleBase.BackgroundColor.) | |
BackgroundGradientEndColor | Gets an expression that evaluates to the end color for the background gradient. (Переопределяет StyleBase.BackgroundGradientEndColor.) | |
BackgroundGradientType | Gets an expression that evaluates to the type of background gradient. (Переопределяет StyleBase.BackgroundGradientType.) | |
BackgroundHatchType | Gets an expression that evaluates to the hatch type. (Переопределяет StyleBase.BackgroundHatchType.) | |
BackgroundImage | Gets a background image for the object. (Переопределяет StyleBase.BackgroundImage.) | |
Border | Gets the default border properties. (Переопределяет StyleBase.Border.) | |
BottomBorder | Gets the properties of the bottom border. (Переопределяет StyleBase.BottomBorder.) | |
Calendar | Gets an expression that evaluates to the calendar to use for formatting dates. (Переопределяет StyleBase.Calendar.) | |
Color | Gets an expression that evaluates to the foreground color. (Переопределяет StyleBase.Color.) | |
CurrencyLanguage | (Переопределяет StyleBase.CurrencyLanguage.) | |
Direction | Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left. (Переопределяет StyleBase.Direction.) | |
FontFamily | Gets an expression that evaluates to the name of the font family. (Переопределяет StyleBase.FontFamily.) | |
FontSize | Gets an expression that evaluates to the size of the font. (Переопределяет StyleBase.FontSize.) | |
FontStyle | Gets an expression that evaluates to the font style. (Переопределяет StyleBase.FontStyle.) | |
FontWeight | Gets an expression that evaluates to the thickness of the font. (Переопределяет StyleBase.FontWeight.) | |
Format | Gets an expression that evaluates to a Microsoft .NET Framework formatting string. (Переопределяет StyleBase.Format.) | |
Item | Gets a style attribute for the specified style. (Переопределяет StyleBase.Item[StyleAttributeNames].) | |
Language | Gets an expression that evaluates to the primary language of the text. (Переопределяет StyleBase.Language.) | |
LeftBorder | Gets the properties of the left border. (Переопределяет StyleBase.LeftBorder.) | |
LineHeight | Gets an expression that evaluates to the height of a line of text. (Переопределяет StyleBase.LineHeight.) | |
NonSharedStyleAttributes | Gets a list of style attributes that are not shared between instance objects. (Переопределяет StyleBase.NonSharedStyleAttributes.) | |
NumeralLanguage | Gets an expression that evaluates to the digit format to use as described by its primary language. Any language is legal. Default is the Language property. (Переопределяет StyleBase.NumeralLanguage.) | |
NumeralVariant | Gets an expression that evaluates to the variant of the digit format to use. (Переопределяет StyleBase.NumeralVariant.) | |
PaddingBottom | Gets an expression that evaluates to the padding between the bottom edge of the report item and its contents. (Переопределяет StyleBase.PaddingBottom.) | |
PaddingLeft | Gets an expression that evaluates to the padding between the left edge of the report item and its contents. (Переопределяет StyleBase.PaddingLeft.) | |
PaddingRight | Gets an expression that evaluates to the padding between the right edge of the report item and its contents. (Переопределяет StyleBase.PaddingRight.) | |
PaddingTop | Gets an expression that evaluates to the padding between the top edge of the report item and its contents. (Переопределяет StyleBase.PaddingTop.) | |
RightBorder | Gets the properties of the right border. (Переопределяет StyleBase.RightBorder.) | |
ShadowColor | Gets an expression that evaluates to the color of the shadow for the item. (Переопределяет StyleBase.ShadowColor.) | |
ShadowOffset | Gets an expression that evaluates to the size of the shadow for the item. (Переопределяет StyleBase.ShadowOffset.) | |
SharedStyleAttributes | Gets a list of the styles that are shared between instance objects. (Переопределяет StyleBase.SharedStyleAttributes.) | |
TextAlign | Gets an expression that evaluates to the horizontal alignment of the text. (Переопределяет StyleBase.TextAlign.) | |
TextDecoration | Gets an expression that evaluates to the special text formatting. (Переопределяет StyleBase.TextDecoration.) | |
TextEffect | Gets an expression that evaluates to the effect to apply to the text. (Переопределяет StyleBase.TextEffect.) | |
TopBorder | Gets the properties of the top border. (Переопределяет StyleBase.TopBorder.) | |
UnicodeBiDi | Gets an expression that evaluates to a value that indicates the level of embedding with respect to the bi-directional algorithm. (Переопределяет StyleBase.UnicodeBiDi.) | |
VerticalAlign | Gets an expression that evaluates to the vertical alignment of the text. (Переопределяет StyleBase.VerticalAlign.) | |
WritingMode | Gets an expression that evaluates to a value that indicates whether text is written horizontally or vertically. (Переопределяет StyleBase.WritingMode.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
IsAvailableStyle | Инфраструктура. Gets a value that indicates whether the specified style is available. | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
m_nonSharedStyles | Инфраструктура. Specifies a list of style attributes that are not shared between instance objects. (Производный от StyleBase.) | |
m_sharedStyles | Инфраструктура. Specifies a list of the styles that are shared between instance objects. (Производный от StyleBase.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering