Classe Paragraph
Represents a paragraph of text within a text box and contains a collection of TextRun elements.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class Paragraph _
Inherits ReportElement _
Implements IParagraphProps
'Utilizzo
Dim instance As Paragraph
public class Paragraph : ReportElement, IParagraphProps
public ref class Paragraph : public ReportElement,
IParagraphProps
type Paragraph =
class
inherit ReportElement
interface IParagraphProps
end
public class Paragraph extends ReportElement implements IParagraphProps
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
Microsoft.ReportingServices.RdlObjectModel..::..Paragraph
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche