Skip to main content

IBrickOwner.RaiseSummaryCalculated(VisualBrick, String, String, Object) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.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