Partager via


Propriété ParagraphInstance.Definition

Gets the definition class of this ParagraphInstance.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Definition As Paragraph 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ParagraphInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering