Partilhar via


Propriedade do RDL CompiledParagraphInstance.SpaceBefore

Gets the parsed 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 Overrides ReadOnly Property SpaceBefore As ReportSize 
    Get
'Uso
Dim instance As CompiledParagraphInstance 
Dim value As ReportSize 

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

Valor da propriedade

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

Consulte também

Referência

CompiledParagraphInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering