Proprietà SpaceBefore
Spacing before the paragraph.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property SpaceBefore As ReportSizeProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Vedere anche