Właściwość Paragraph.SpaceBefore
Odstęp przed akapitem.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property SpaceBefore As ReportExpression(Of ReportSize)
Get
Set
'Użycie
Dim instance As Paragraph
Dim value As ReportExpression(Of ReportSize)
value = instance.SpaceBefore
instance.SpaceBefore = value
public ReportExpression<ReportSize> SpaceBefore { get; set; }
public:
property ReportExpression<ReportSize> SpaceBefore {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member SpaceBefore : ReportExpression<ReportSize> with get, set
function get SpaceBefore () : ReportExpression<ReportSize>
function set SpaceBefore (value : ReportExpression<ReportSize>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> obiektu.