IndexInParagraph 속성
The text run's index in the paragraph.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property IndexInParagraph As Integer
Get
Set
‘사용 방법
Dim instance As TextRun
Dim value As Integer
value = instance.IndexInParagraph
instance.IndexInParagraph = value
public int IndexInParagraph { get; set; }
public:
virtual property int IndexInParagraph {
int get () sealed;
void set (int value) sealed;
}
abstract IndexInParagraph : int with get, set
override IndexInParagraph : int with get, set
final function get IndexInParagraph () : int
final function set IndexInParagraph (value : int)
속성 값
유형: System. . :: . .Int32
An int value.