Свойство TransparentColor
Defines a color to treat as transparent in the background image.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TransparentColor As ReportColorProperty
Get
'Применение
Dim instance As BackgroundImage
Dim value As ReportColorProperty
value = instance.TransparentColor
public ReportColorProperty TransparentColor { get; }
public:
property ReportColorProperty^ TransparentColor {
ReportColorProperty^ get ();
}
member TransparentColor : ReportColorProperty
function get TransparentColor () : ReportColorProperty
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.