Compartir a través de


ParagraphInstance.Definition Propiedad

Gets the definition class of this ParagraphInstance.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Definition As Paragraph 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ParagraphInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering