Proprietà Paragraph.ParagraphNumber
Gets or sets the paragraph number.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ParagraphNumber As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
An int value.