LayoutEditor.SetBorderOnSelectedItems 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 SetBorderOnSelectedItems(Microsoft::ReportDesigner::BorderSide borderSide, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BorderStyles> style, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> width, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor> color);
public void SetBorderOnSelectedItems (Microsoft.ReportDesigner.BorderSide borderSide, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BorderStyles> style, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> width, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor> color);
member this.SetBorderOnSelectedItems : Microsoft.ReportDesigner.BorderSide * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BorderStyles> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor> -> unit
Public Sub SetBorderOnSelectedItems (borderSide As BorderSide, style As ReportExpression(Of BorderStyles), width As ReportExpression(Of ReportSize), color As ReportExpression(Of ReportColor))
Parameters
- borderSide
- BorderSide
- style
- ReportExpression<BorderStyles>
- width
- ReportExpression<ReportSize>
- color
- ReportExpression<ReportColor>