Classe Style
Contains information about the style of a report item.
Hierarquia de herança
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
O tipo Style expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. (Herdado de 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. (Herdado de ReportObjectBase.) | |
RightBorder | Properties of the right border. | |
ShadowColor | Color of the shadow for the item. | |
ShadowOffset | Size of the shadow for the item. | |
Site | Infraestrutura. (Herdado de 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the Style class. (Substitui ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Substitui ReportObject. . :: . .InitializeForDesigner() () () ().) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.