Propriedade _RightIndent
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportExpression<(Of <(<'T>)>)> object.
Consulte também