共用方式為


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 命名空間