'Declaration Public Property NoRows As ExpressionInfo
public ExpressionInfo NoRows {get; set;}
'Declaration Public Property NoRows As ExpressionInfo
public ExpressionInfo NoRows {get; set;}
Style information for this text is derived from the subreport.
If the subreport is within a table or matrix cell without a NoRows property, the cell's border properties still apply even if the subreport's contents are omitted.
Subreport subreport = new Subreport(); subreport.NoRows = "No data available";