Partager via


Propriété Paragraph.SpaceBefore

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property SpaceBefore As ReportSizeProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering