Compartilhar via


Propriedade do RDL Paragraph._SpaceBefore

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the spacing before the paragraph.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property _SpaceBefore As ReportSize 
    Get
'Uso
Dim instance As Paragraph 
Dim value As ReportSize 

value = instance._SpaceBefore
public ReportSize _SpaceBefore { get; }
public:
property ReportSize _SpaceBefore {
    ReportSize get ();
}
member _SpaceBefore : ReportSize
function get _SpaceBefore () : ReportSize

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportExpression<T> object.

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.RdlObjectModel