ItemBorderColor.Modify 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:
Microsoft::ReportDesigner::ItemBorderColor Modify(Microsoft::ReportDesigner::BorderSide side, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor> color);
public Microsoft.ReportDesigner.ItemBorderColor Modify (Microsoft.ReportDesigner.BorderSide side, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor> color);
member this.Modify : Microsoft.ReportDesigner.BorderSide * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor> -> Microsoft.ReportDesigner.ItemBorderColor
Public Function Modify (side As BorderSide, color As ReportExpression(Of ReportColor)) As ItemBorderColor
Parameters
- side
- BorderSide
- color
- ReportExpression<ReportColor>