Proprietà _SpaceAfter
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property _SpaceAfter As ReportSize
Get
'Utilizzo
Dim instance As Paragraph
Dim value As ReportSize
value = instance._SpaceAfter
public ReportSize _SpaceAfter { get; }
public:
property ReportSize _SpaceAfter {
ReportSize get ();
}
member _SpaceAfter : ReportSize
function get _SpaceAfter () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportExpression<(Of <(<'T>)>)> object.
Vedere anche