Compartir a través de


Paragraph.SpaceBefore Propiedad

Gets an expression that evaluates to the spacing before the paragraph.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property SpaceBefore As ReportSizeProperty 
    Get
'Uso
Dim instance As Paragraph 
Dim value As ReportSizeProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the spacing before the paragraph.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering