Partilhar via


Propriedade do RDL ParagraphInstance.SpaceBefore

Gets the calculated value of the SpaceBefore 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 SpaceBefore As ReportSize 
    Get
'Uso
Dim instance As ParagraphInstance 
Dim value As ReportSize 

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

Valor da propriedade

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

Consulte também

Referência

ParagraphInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering