StateIndicator.TransformationScope 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the scope to be used to calculate the MinimumValue and MaximumValue in case they are not specified.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property TransformationScope As String 
    Get 
    Set
用法
Dim instance As StateIndicator 
Dim value As String 

value = instance.TransformationScope

instance.TransformationScope = value
public string TransformationScope { get; set; }
public:
property String^ TransformationScope {
    String^ get ();
    void set (String^ value);
}
member TransformationScope : string with get, set
function get TransformationScope () : String 
function set TransformationScope (value : String)

属性值

类型:System.String
The transformation scope.

请参阅

参考

StateIndicator 类

Microsoft.ReportingServices.RdlObjectModel 命名空间