_SpaceBefore Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa 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