Partilhar via


Propriedade do RDL ParagraphInstance.SpaceAfter

Gets the calculated value of the SpaceAfter property in a Paragraph class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property SpaceAfter As ReportSize 
    Get
'Uso
Dim instance As ParagraphInstance 
Dim value As ReportSize 

value = instance.SpaceAfter
public virtual ReportSize SpaceAfter { get; }
public:
virtual property ReportSize^ SpaceAfter {
    ReportSize^ get ();
}
abstract SpaceAfter : ReportSize 
override SpaceAfter : ReportSize
function get SpaceAfter () : ReportSize

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the SpaceAfter property.

Consulte também

Referência

ParagraphInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering