IBrickOwner.RaiseSummaryCalculated(VisualBrick, String, String, Object) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
void RaiseSummaryCalculated(
VisualBrick brick,
string text,
string format,
object value
)
Parameters
Name | Type |
---|---|
brick | VisualBrick |
text | String |
format | String |
value | Object |
See Also