Gets or sets the rule for excluding the template elements from the generation process. This property is used in combination with the 'FinalizeDocument' property. Content controls of the excluded elements do not get deleted from the document.

Namespace: Docentric.Documents.Reporting
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public Func<ElementDefinitionBase, Boolean> ElementProcessingExclusionRule { get; set; }

Property Value

Type: Func<TFunc<T, TResult>