BackgroundImageInstance.TransparentColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calculated value of the TransparentColor property in a BackgroundImage class.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ TransparentColor { Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportColor TransparentColor { get; }
member this.TransparentColor : Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Public MustOverride ReadOnly Property TransparentColor As ReportColor
Property Value
A ReportColor value that represents the calculated value of the TransparentColor property.