Как нарисовать линию после каждой группы В SSRS .
Я сделал группировку по номеру счета в таблице ssrs . Теперь я хочу, чтобы когда группа номеров счетов будет закончена, горизонтальная линия будет наступать ..
например :
AccountNumber:1000 1 . 100% European Opportunities Series DBT 2. 100% Securitized Assets Fund (Delaware) L.P. ------------------------------------------------------------- AccountNumber:2000 1 . 100% European Opportunities Series DBT -------------------------------------------------------------
В приведенном выше примере в 1 й группе я shoiwng две записи затем строка во второй группе я показываю 1 запись затем строка
Что я уже пробовал:
Выберите всю строку группы и нажмите клавишу f4 .
Зайти в свойство borderstyle -&ГТ;попасть в топ-и GT;поставить ниже выражения
=Iif(Fields!AccountNumber.Value = Previous(Fields!AccountNumber.Value) OR Fields!AccountNumber.Value = First(Fields!AccountNumber.Value, "AllocationHistory"),"None","Solid")
i got this error mentioned below : [rsInvalidAggregateScope] The BorderStyle expression for the text box ‘AccountNumber’ has a scope parameter that is not valid for an aggregate function. The scope parameter must be set to a string constant that is equal to either the name of a containing group, the name of a containing data region, or the name of a dataset.