_SpaceBefore Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public ReadOnly Property _SpaceBefore As ReportSize
Get
'Uso
Dim instance As Paragraph
Dim value As ReportSize
value = instance._SpaceBefore
public ReportSize _SpaceBefore { get; }
public:
property ReportSize _SpaceBefore {
ReportSize get ();
}
member _SpaceBefore : ReportSize
function get _SpaceBefore () : ReportSize
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportExpression<(Of <(<'T>)>)> object.
Vea también