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 | |
---|---|---|
TextRun | Creates a new instance of the TextRun class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
_Color | Infrastruttura. Gets the color of the text. | |
_CultureInfo | Infrastruttura. Gets the culture information of the specified text. | |
_FontFamily | Infrastruttura. Gets the font family of the specified text. | |
_FontSize | Infrastruttura. Gets the font size of the specified text. | |
_FontStyle | Infrastruttura. Gets the FontStyles of the specified text. | |
_FontWeight | Infrastruttura. Gets the FontWeights of the specified text. | |
_TextDecoration | Infrastruttura. Gets the TextDecorations of the specified text. | |
ActionInfo | Gets or sets the actions for this text run. | |
ComponentMetadata | Gets or sets the component metadata. Ereditato da ReportObject. | |
IndexInParagraph | Gets or sets the text run's index in the paragraph. | |
Label | Gets or sets the label for the placeholder for this text run. | |
MarkupType | Indicates whether markup that appears in the value should be processed. | |
Parent | The parent of this report object. Ereditato da ReportObjectBase. | |
Site | Infrastruttura. Gets or sets the site associated with the ReportObject object. Ereditato da ReportObject. | |
Style | Gets the style properties of this report definition object. Ereditato da ReportElement. | |
ToolTip | Gets or sets the textual tooltip label for the text run. | |
Value | Gets or sets an expression, the value of which is displayed at runtime for the text run. | |
ValueLocID | Gets or sets the unique identifier for the Value property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. Ereditato da ReportObject. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetContainingDataScopes | Infrastruttura. Returns the list of report object that contains data scopes. Ereditato da ReportObject. | |
GetDataScopesForDefaultImpl | Infrastruttura. Returns the data scopes for default implementation. Ereditato da ReportObject. | |
GetDependenciesCore | Infrastruttura. Returns the dependencies core for the ReportObject object. Ereditato da ReportObject. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
Initialize | Initializes an instance of the TextRun class. Esegue l'override di ReportObject.Initialize(). | |
InitializeForDesigner | Infrastruttura. Initializes an instance of the ReportElement class for the designer. Ereditato da ReportElement. | |
MemberwiseClone | Ereditato da Object. | |
OnChildPropertyChanged | Infrastruttura. Raises an event when the property of the child was changed. Ereditato da ReportObject. | |
OnPropertyChanged | Infrastruttura. Raises an event when the property was changed. Ereditato da ReportObject. | |
RdlSemanticEqualsCore | Infrastruttura. Returns whether the report definition language semantic is the same with the core object. Ereditato da ReportObject. | |
SavePropertyValue<T> | Infrastruttura. Saves the property value of the report object. Ereditato da ReportObject. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IDisposable.Dispose | Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Ereditato da ReportObject. | |
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.