LayoutEditor.SetSelectedItemsBorder Méthode
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.
public:
void SetSelectedItemsBorder(Microsoft::ReportDesigner::BorderSide borderSide, Nullable<Microsoft::ReportingServices::RdlObjectModel::BorderStyles> style, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportColor> color, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportSize> width);
public void SetSelectedItemsBorder(Microsoft.ReportDesigner.BorderSide borderSide, Microsoft.ReportingServices.RdlObjectModel.BorderStyles? style, Microsoft.ReportingServices.RdlObjectModel.ReportColor? color, Microsoft.ReportingServices.RdlObjectModel.ReportSize? width);
member this.SetSelectedItemsBorder : Microsoft.ReportDesigner.BorderSide * Nullable<Microsoft.ReportingServices.RdlObjectModel.BorderStyles> * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportColor> * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportSize> -> unit
Public Sub SetSelectedItemsBorder (borderSide As BorderSide, style As Nullable(Of BorderStyles), color As Nullable(Of ReportColor), width As Nullable(Of ReportSize))
Paramètres
- borderSide
- BorderSide
- style
- Nullable<BorderStyles>
- color
- Nullable<ReportColor>
- width
- Nullable<ReportSize>