StyleInstance.BackgroundColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur calculée de la propriété BackgroundColor dans une classe Style.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ BackgroundColor { Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ value); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportColor BackgroundColor { get; set; }
member this.BackgroundColor : Microsoft.ReportingServices.OnDemandReportRendering.ReportColor with get, set
Public Overrides Property BackgroundColor As ReportColor
Valeur de propriété
Valeur ReportColor qui représente la valeur calculée de la propriété BackgroundColor.