Свойство PointerImage.Transparency
Percent transparency for the image.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Transparency As ReportExpression(Of Double)
Get
Set
'Применение
Dim instance As PointerImage
Dim value As ReportExpression(Of Double)
value = instance.Transparency
instance.Transparency = value
public ReportExpression<double> Transparency { get; set; }
public:
property ReportExpression<double> Transparency {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Transparency : ReportExpression<float> with get, set
function get Transparency () : ReportExpression<double>
function set Transparency (value : ReportExpression<double>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel