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