Share via


Paragraph._SpaceBefore Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the spacing before the paragraph.

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

Syntax

'Declaration
Public ReadOnly Property _SpaceBefore As ReportSize 
    Get
'Usage
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

Property Value

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

See Also

Reference

Paragraph Class

Microsoft.ReportingServices.RdlObjectModel Namespace