Alignment 属性
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
The alignment of the annotation.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property Alignment As ReportExpression(Of ChartAnnotationAlignments)
Get
Set
用法
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>)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartAnnotationAlignments> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.