Propriedade Definition
Gets the definition class of this ParagraphInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Paragraph
A Paragraph object that represents the definition class of this ParagraphInstance.
Consulte também