I have field object in a group header section GSubject. One of the properties of this object is CssClass. On the same folder which the report is belong to, I created a Style Sheet file "ReportStyleSheet.css". The content of this file is
as following:
.BetweenObjects
{
margin-top:2px;
border:1px solid black;
}
My question is if I want the class "BetweenObjects" to be assigned only on the object GSubject, What should I put on it CssClass related property?
Thanks,
Go to the complete details ...