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 paragraph number.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ParagraphNumber As Integer
Get
Set
'Usage
Dim instance As Paragraph
Dim value As Integer
value = instance.ParagraphNumber
instance.ParagraphNumber = value
public int ParagraphNumber { get; set; }
public:
virtual property int ParagraphNumber {
int get () sealed;
void set (int value) sealed;
}
abstract ParagraphNumber : int with get, set
override ParagraphNumber : int with get, set
final function get ParagraphNumber () : int
final function set ParagraphNumber (value : int)
Property Value
Type: System.Int32
An int value.