次の方法で共有


GaugeImage.Transparency プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

画像の透明度を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Transparency As ReportExpression(Of Double)
    Get 
    Set
'使用
Dim instance As GaugeImage 
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>
画像の透明度。

関連項目

参照

GaugeImage クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間