Viewing 15 posts - 766 through 780 (of 1,932 total)
Yes, I finally figured it out. The sub-report on the main report has a property about keeping the border around the sub-report, if there is a page break. All of...
December 11, 2018 at 8:50 am
Like this article! I've seen and am seeing that 10th century models of work. Kinda sad. I'm witnessing lots of work that's being done, only because that's how its always...
December 7, 2018 at 9:21 am
Jeffrey,
Here are the stored procedure parameters:
CREATE PROCEDURE [dbo].[spStopDetailsByEntryID]
@EntryID int
AS
And here's a pic of the sub-report's parameters
And here's what it looks like from...
December 5, 2018 at 2:08 pm
Something else I want to mention, in case this has some bearing on my problem, I've only tested this by using the Preview functionality within Visual Studio 2017. I've not...
December 4, 2018 at 2:28 pm
In the sub-report I have the following:
=Fields!Started.Value
In the main report, it's just the sub-report that's there. By that I mean the sub-report control is on...
December 4, 2018 at 11:30 am
I could very well be aggregating on the subreport, in the main report. I'm far from a SSRS expert. In fact, I've not done that many sub-reports on a report....
December 3, 2018 at 11:56 am
December 3, 2018 at 10:35 am
pietlinden, I'm at work now. I've just checked the sub-report. It does use a stored procedure. Like I...
December 3, 2018 at 9:13 am
I'm at home now, so can't look up whether or not I use a stored procedure or not, but I think I do. I do know that it uses a...
December 2, 2018 at 9:44 am
Ah, thank you, Steve! OK, now I'm getting your drift, as to why Query Store is so useful.
November 26, 2018 at 3:24 pm
Umm, not sure how to approach this. I read the article, but was confused in a few places. Some of this is due to the fact that I really don't...
November 26, 2018 at 2:33 pm
Very interesting, Steve. I've always been the type that wants to make some software system better to use for the end user who isn't comfortable with computers. And I'll admit...
November 20, 2018 at 1:53 pm
In my old job we didn't use any custom schemas. In fact, I didn't quite understand them. In my current job its common practice to define custom schemas. I've learned...
November 15, 2018 at 11:14 am
Its been a few years since I've been to any conference, what with unemployment and now working for an organization that doesn't believe in sending any of their IT people...
November 14, 2018 at 8:43 am
I can related to your point about building features that aren't used. The team that I'm on have to follow a certain pattern, when developing applications, to show the user...
November 7, 2018 at 9:35 am
Viewing 15 posts - 766 through 780 (of 1,932 total)