Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the collection of Paragraph elements.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Paragraphs As IList(Of Paragraph)
Get
Set
'Usage
Dim instance As Textbox
Dim value As IList(Of Paragraph)
value = instance.Paragraphs
instance.Paragraphs = value
public IList<Paragraph> Paragraphs { get; set; }
public:
property IList<Paragraph^>^ Paragraphs {
IList<Paragraph^>^ get ();
void set (IList<Paragraph^>^ value);
}
member Paragraphs : IList<Paragraph> with get, set
function get Paragraphs () : IList<Paragraph>
function set Paragraphs (value : IList<Paragraph>)
Property Value
Type: System.Collections.Generic.IList<Paragraph>
The collection of Paragraph elements.