Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.