Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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