Classe TextRun

Represents a text run.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ReportElement
        Microsoft.ReportingServices.RdlObjectModel.TextRun

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

Sintassi

'Dichiarazione
Public Class TextRun _
    Inherits ReportElement
'Utilizzo
Dim instance As TextRun
public class TextRun : ReportElement
public ref class TextRun : public ReportElement
type TextRun =  
    class 
        inherit ReportElement 
    end
public class TextRun extends ReportElement

Nel tipo TextRun sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica _Color Infrastruttura. Gets the color of the text.
Proprietà pubblica _CultureInfo Infrastruttura. Gets the culture information of the specified text.
Proprietà pubblica _FontFamily Infrastruttura. Gets the font family of the specified text.
Proprietà pubblica _FontSize Infrastruttura. Gets the font size of the specified text.
Proprietà pubblica _FontStyle Infrastruttura. Gets the FontStyles of the specified text.
Proprietà pubblica _FontWeight Infrastruttura. Gets the FontWeights of the specified text.
Proprietà pubblica _TextDecoration Infrastruttura. Gets the TextDecorations of the specified text.
Proprietà pubblica ActionInfo Gets or sets the actions for this text run.
Proprietà pubblica ComponentMetadata Gets or sets the component metadata. Ereditato da ReportObject.
Proprietà pubblica IndexInParagraph Gets or sets the text run's index in the paragraph.
Proprietà pubblica Label Gets or sets the label for the placeholder for this text run.
Proprietà pubblica MarkupType Indicates whether markup that appears in the value should be processed.
Proprietà pubblica Parent The parent of this report object. Ereditato da ReportObjectBase.
Proprietà pubblica Site Infrastruttura. Gets or sets the site associated with the ReportObject object. Ereditato da ReportObject.
Proprietà pubblica Style Gets the style properties of this report definition object. Ereditato da ReportElement.
Proprietà pubblica ToolTip Gets or sets the textual tooltip label for the text run.
Proprietà pubblica Value Gets or sets an expression, the value of which is displayed at runtime for the text run.
Proprietà pubblica ValueLocID Gets or sets the unique identifier for the Value property.

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 TextRun class. Esegue l'override di ReportObject.Initialize().
Metodo protetto InitializeForDesigner Infrastruttura. Initializes an instance of the ReportElement class for the designer. Ereditato da ReportElement.
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