Alignment-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
The alignment of the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Alignment As ReportExpression(Of ChartAnnotationAlignments)
Get
Set
'Usage
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>)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartAnnotationAlignments> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.