Свойство TransformationScope
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Gets 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
A string value.
См. также