Page 3 of 3
View header and Footer sometimes
Posted: Tue Feb 09, 2010 10:35 am
by so29
hi
You can use following code in BeforePrintEvent of databand:
Code:
DataBand1.Enabled = DataBand1.CountData >= 2;
Thank you.
This is the code what to do?
Thank you.
View header and Footer sometimes
Posted: Tue Feb 09, 2010 5:37 pm
by Edward
Hi
Could you please explain once more your task. I checked your report and unfortunately lost the idea what you need to implement, sorry.
Thank you.
View header and Footer sometimes
Posted: Sat Feb 13, 2010 4:31 am
by so29
Hi Edward
I asked repeatedly said in previous posts has
And also
Code:
this.DataBand1.DataSourceName = "data";
this.DataBand2.DataSourceName = "data";
DataBand2 information is filtered
Code:
public void DataBand2__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
{
e.Value = (this.ToString(this.data.name).ToLower().IndexOf(this.ToString("so29").ToLower()) != -1);
}
and
I just would like to apply condition (DataBand2.CountData > 0)
Your post Attachment thirteenth taking conditional
Code:
Totals.Sum(Categories,Categories.CategoryID<3?1:0) == 2
but I have only two string fields in Databand2
fields that only the character and not sign or number, etc.
Please post your thirteenth such conditions put on the string fields to act
Please see Attachment
Thank you.
View header and Footer sometimes
Posted: Mon Feb 15, 2010 5:16 pm
by Edward
Hi
Please set DataBand1.PrintIfDetailEmpty = true if there is must be master-setail relationship between DataBand2 and DataBand1.
Also please see conditions of two red textboxes.
Thank you.
View header and Footer sometimes
Posted: Tue Feb 16, 2010 8:42 am
by so29
hi
Thank you.
View header and Footer sometimes
Posted: Tue Feb 16, 2010 12:26 pm
by Jan
Hello,
Sorry your report (07.xml) have incorrect structure. HeaderBand2 is header of DataBand2. Visibility of this header band can't depend from details of DataBand2, because DataBand2 can have more then one row.
Thank you.
View header and Footer sometimes
Posted: Fri Feb 19, 2010 12:51 am
by so29
hi
Please help me
:dumb:
Thank you.
View header and Footer sometimes
Posted: Fri Feb 19, 2010 2:51 am
by Jan
Hello,
Please clarify your task. May be you can show screenshots or images or doc files which shows which report you need create.
Thank you.