_RightIndent 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 _RightIndent As ReportSize
Get
'Uso
Dim instance As Paragraph
Dim value As ReportSize
value = instance._RightIndent
public ReportSize _RightIndent { get; }
public:
property ReportSize _RightIndent {
ReportSize get ();
}
member _RightIndent : ReportSize
function get _RightIndent () : ReportSize
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportExpression<(Of <(<'T>)>)> object.
Vea también