Condividi tramite


Classe Style

Contains information about the style of a report item.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class Style _
    Inherits ReportObject
'Utilizzo
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

Nel tipo Style sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Style Creates a new instance of the Style class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico DeepClone Returns a deep clone of this ReportObject instance. Ereditato da ReportObject.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetContainingDataScopes Infrastruttura. Returns the list of report object that contains data scopes. Ereditato da ReportObject.
Metodo protetto GetDataScopesForDefaultImpl Infrastruttura. Returns the data scopes for default implementation. Ereditato da ReportObject.
Metodo protetto GetDependenciesCore Infrastruttura. Returns the dependencies core for the ReportObject object. Ereditato da ReportObject.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Initialize Initializes an instance of the Style class. Esegue l'override di ReportObject.Initialize().
Metodo protetto InitializeForDesigner Infrastruttura. Initializes an instance of the Style class for the designer. Esegue l'override di ReportObject.InitializeForDesigner().
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto OnChildPropertyChanged Infrastruttura. Raises an event when the property of the child was changed. Ereditato da ReportObject.
Metodo protetto OnPropertyChanged Infrastruttura. Raises an event when the property was changed. Ereditato da ReportObject.
Metodo protetto RdlSemanticEqualsCore Infrastruttura. Returns whether the report definition language semantic is the same with the core object. Ereditato da ReportObject.
Metodo protetto SavePropertyValue<T> Infrastruttura. Saves the property value of the report object. Ereditato da ReportObject.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IDisposable.Dispose Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Ereditato da ReportObject.
Implementazione esplicita dell'interfacciaEvento privato IComponent.Disposed Infrastruttura. Occurs when the ReportObject object is disposed. Ereditato da ReportObject.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel