[]
Gets or sets a value indicating whether the subreport inherits the containing report's style sheet.
public bool InheritStyleSheet { get; set; }
Type | Description |
---|---|
bool | A bool value where |
Subreport subreport = new Subreport();
subreport.InheritStyleSheet = false;