TransparentColor プロパティ
画像で透明として処理する色。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property TransparentColor As ReportColorProperty
Get
'使用
Dim instance As BaseGaugeImage
Dim value As ReportColorProperty
value = instance.TransparentColor
public ReportColorProperty TransparentColor { get; }
public:
property ReportColorProperty^ TransparentColor {
ReportColorProperty^ get ();
}
member TransparentColor : ReportColorProperty
function get TransparentColor () : ReportColorProperty