Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the spacing before the paragraph.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SpaceBefore As ReportSizeProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the spacing before the paragraph.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace