Propriedade Alignment
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
The alignment of the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Alignment As ReportExpression(Of ChartAnnotationAlignments)
Get
Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnnotationAlignments)
value = instance.Alignment
instance.Alignment = value
public ReportExpression<ChartAnnotationAlignments> Alignment { get; set; }
public:
property ReportExpression<ChartAnnotationAlignments> Alignment {
ReportExpression<ChartAnnotationAlignments> get ();
void set (ReportExpression<ChartAnnotationAlignments> value);
}
member Alignment : ReportExpression<ChartAnnotationAlignments> with get, set
function get Alignment () : ReportExpression<ChartAnnotationAlignments>
function set Alignment (value : ReportExpression<ChartAnnotationAlignments>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartAnnotationAlignments> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Consulte também