AnchorAlignment 属性
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
The alignment of the annotation anchor.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property AnchorAlignment As ReportExpression(Of ChartAnchorAlignments)
Get
Set
用法
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnchorAlignments)
value = instance.AnchorAlignment
instance.AnchorAlignment = value
public ReportExpression<ChartAnchorAlignments> AnchorAlignment { get; set; }
public:
property ReportExpression<ChartAnchorAlignments> AnchorAlignment {
ReportExpression<ChartAnchorAlignments> get ();
void set (ReportExpression<ChartAnchorAlignments> value);
}
member AnchorAlignment : ReportExpression<ChartAnchorAlignments> with get, set
function get AnchorAlignment () : ReportExpression<ChartAnchorAlignments>
function set AnchorAlignment (value : ReportExpression<ChartAnchorAlignments>)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartAnchorAlignments> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.