SharpLeaf Reference > DocumentLayout Class > Title Property DocumentLayout.Title Property
Document title.
Will set the report title only when passing the DocumentLayout to the SharpLeaf constructor. SharpLeaf.SetLayout will ignore it.
public string Title {get; set;}
Example
layout.Title = "My Report Title";
See also ...SharpLeaf.Title Property | DocumentLayout.Members
Send comments on this topic © Dyalog Ltd 2021
|