Condividi tramite


Proprietà ParagraphInstance.Definition

Gets the definition class of this ParagraphInstance.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Definition As Paragraph 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ParagraphInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering