Click or drag to resize

ReportGuide Property

Optional HTML guide displayed below the prompted restrictions when the report is executed in a browser (e.g. to explain what the report does and how to fill the input values). The text can contain HTML and, if it starts with '@', is parsed with Razor (the report being the model).

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string Guide { get; set; }

Property Value

String
See Also