MindFusion.Reporting for Silverlight Programmer's Guide
PrerenderEventArgs.SkipRender Property
See Also
 





Gets or sets a value indicating whether to cancel the rendering of this item.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public bool SkipRender { get; set; }

Visual Basic  Copy Code

Public Property SkipRender As Boolean

 Property Value

true, to cancel the rendering of this item; otherwise, false.

 Remarks

This property can be used to deliberately prevent some items from being rendered based on various criteria. Setting this property to false does not effect the report layout, that is, the item is considered hidden, but not collapsed.

 See Also

PrerenderEventArgs Members
PrerenderEventArgs Class
MindFusion.Reporting.Silverlight Namespace