共用方式為


TextRun 類別

Represents a text run.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Class TextRun _
    Inherits ReportElement _
    Implements ITextRunProps
'用途
Dim instance As TextRun
public class TextRun : ReportElement, ITextRunProps
public ref class TextRun : public ReportElement, 
    ITextRunProps
type TextRun =  
    class
        inherit ReportElement
        interface ITextRunProps
    end
public class TextRun extends ReportElement implements ITextRunProps

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。