Report.GenerateReportDirectives Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds information about all directives to a report.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Protected Sub GenerateReportDirectives ( _
    reportBuilder As StringBuilder _
)
protected void GenerateReportDirectives(
    StringBuilder reportBuilder
)
protected:
void GenerateReportDirectives(
    StringBuilder^ reportBuilder
)
member GenerateReportDirectives : 
        reportBuilder:StringBuilder -> unit 
protected function GenerateReportDirectives(
    reportBuilder : StringBuilder
)

Parameters

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace