다음을 통해 공유


ParagraphInstance.Definition 속성

Gets the definition class of this ParagraphInstance.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Definition As Paragraph 
    Get
‘사용 방법
Dim instance As ParagraphInstance 
Dim value As Paragraph 

value = instance.Definition
public Paragraph Definition { get; }
public:
property Paragraph^ Definition {
    Paragraph^ get ();
}
member Definition : Paragraph
function get Definition () : Paragraph

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.Paragraph
A Paragraph object that represents the definition class of this ParagraphInstance.

참고 항목

참조

ParagraphInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스