LayoutEditor.SetSelectedItemsBorder Method
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.
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))
Parameters
- borderSide
- BorderSide
- style
- Nullable<BorderStyles>
- color
- Nullable<ReportColor>
- width
- Nullable<ReportSize>