Is there a Detail Header???http://forums.asp.net/t/868696.aspx/1?Is+there+a+Detail+Header+Wed, 30 Mar 2005 19:26:50 -0500868696868696http://forums.asp.net/p/868696/868696.aspx/1?Is+there+a+Detail+Header+Is there a Detail Header??? Hi I have a report which has a Group Heading Row which has a group item, I have enabled drill down but I would like the headings for the details only to appear when the users dills down. By default the details headings are shown all the time in the Group Heading line, I thought there may be a Detail heading Row? Is their such a thing or does anybody know how I can get around this? Also can I squeeze in another quick question, I am calling a my SQL Report via a webservice, but I dont know how to write my report out to a Placeholder on my page. I am currently using the response.BinaryWrite method Dim results As [Byte]() results = rs.Render(&quot;/nsdReports/SearchTypes&quot;, &quot;HTML4.0&quot;, Nothing, _ &quot;True&quot;, Nothing,_ Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing) ' Write the results to the current Web page Response.BinaryWrite(results) I would like to do something like PlaceHolder1.Controls.Add(usercontrol) but I dont know how to do this with a binary object? Thanks in advance 2005-03-24T13:24:17-05:00869912http://forums.asp.net/p/868696/869912.aspx/1?Re+Is+there+a+Detail+Header+Re: Is there a Detail Header??? <p>How about using a Literal control?&nbsp; Example is available at <a href="http://www.startvbdotnet.com/aspsite/controls/label.aspx#literal"> http://www.startvbdotnet.com/aspsite/controls/label.aspx#literal</a></p> 2005-03-26T04:06:29-05:00875418http://forums.asp.net/p/868696/875418.aspx/1?Re+Is+there+a+Detail+Header+Re: Is there a Detail Header??? I've done that by adding a new row to the group header that contains the detail column names.&nbsp; Set it to invisible and its toggle item to be the first row in the group header.&nbsp; When you click the group header, the 'detail header' with the detail lines below it will become visible. 2005-03-30T19:26:50-05:00